Html Css Color HEX #DB9ECC Plum

📋 copy color: '#DB9ECC'

red 219 ◦ green 158 ◦ blue 204

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

Shades of Plum #DB9ECC

Tints of Plum #DB9ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 37.69%
G = 27.19%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB9ECC (or 0xDB9ECC) is known color: Plum. HEX triplet: DB, 9E and CC. RGB value is (219,158,204). Sum of RGB (Red+Green+Blue) = 219+158+204=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ECC is #246133. Grayscale: #B5B5B5. Windows color (decimal): -2384180 or 13410011. OLE color: 13410011.

HSL color Cylindrical-coordinate representation of color #DB9ECC: hue angle of 314.75º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9ECC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 158 204 -
CMYK 0 0.28 0.07 0.14
HSL 314.75º 0.46% 0.74% -
HSV(B) 314.75º 0.28% 0.86% -
XYZ 52.34 43.87 62.84 -
YUV 181.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 219 158 204 0 0.28 0.07 0.14 314.75 0.46 0.74
Hex DB 9E CC 0 1C 7 E 13B 2E 4A
Octal 333 236 314 0 34 7 16 473 56 112
Binary 11011011 10011110 11001100 0 11100 111 1110 100111011 101110 1001010

Color Harmonies of #DB9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9ECC

Black with #DB9ECC

Text Example


Text Example

White with #DB9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9ECC; }

 p { color: rgb(219,158,204); }

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

background-color css

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

 a { background-color: rgb(219,158,204); }

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

border-color css

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

 span { border-color: rgb(219,158,204); }

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