Html Css Color HEX #DB9AEB Plum

📋 copy color: '#DB9AEB'

red 219 ◦ green 154 ◦ blue 235

#DB9AEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DB9AEB

Tints of Plum #DB9AEB

RGB

 RED value IS 219 (85.94% from 255) = 36.02%

 GREEN value IS 154 (60.55% from 255) = 25.33%

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 36.02%
G = 25.33%
B = 38.65%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB9AEB (or 0xDB9AEB) is known color: Plum. HEX triplet: DB, 9A and EB. RGB value is (219,154,235). Sum of RGB (Red+Green+Blue) = 219+154+235=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB9AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AEB is #246514. Grayscale: #B6B6B6. Windows color (decimal): -2385173 or 15440603. OLE color: 15440603.

HSL color Cylindrical-coordinate representation of color #DB9AEB: hue angle of 288.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9AEB is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 154 235 -
CMYK 0.07 0.34 0 0.08
HSL 288.15º 0.67% 0.76% -
HSV(B) 288.15º 0.34% 0.92% -
XYZ 55.76 44.17 84.18 -
YUV 182.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 219 154 235 0.07 0.34 0 0.08 288.15 0.67 0.76
Hex DB 9A EB 7 22 0 8 120 43 4C
Octal 333 232 353 7 42 0 10 440 103 114
Binary 11011011 10011010 11101011 111 100010 0 1000 100100000 1000011 1001100

Color Harmonies of #DB9AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9AEB

Black with #DB9AEB

Text Example


Text Example

White with #DB9AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9AEB; }

 p { color: rgb(219,154,235); }

 H1.HeaderClassName
 {
   color: #DB9AEB;
 }
 .AnyTagClassName
 {
   color: #DB9AEB;
 }
</style>

background-color css

<style>
 a { background-color: #DB9AEB; }

 a { background-color: rgb(219,154,235); }

 div.DivClassName
 {
   background-color: #DB9AEB;
 }
 .BgClassName
 {
   background-color: #DB9AEB;
 }
</style>

border-color css

<style>
 span { border-color: #DB9AEB; }

 span { border-color: rgb(219,154,235); }

 td.TdClassName
 {
   border-color: #DB9AEB;
 }
 .TagClassName
 {
   border-color: #DB9AEB;
 }
</style>