Html Css Color HEX #DB8ECD Plum

📋 copy color: '#DB8ECD'

red 219 ◦ green 142 ◦ blue 205

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

Shades of Plum #DB8ECD

Tints of Plum #DB8ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.09%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 38.69%
G = 25.09%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB8ECD (or 0xDB8ECD) is known color: Plum. HEX triplet: DB, 8E and CD. RGB value is (219,142,205). Sum of RGB (Red+Green+Blue) = 219+142+205=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ECD is #247132. Grayscale: #ACACAC. Windows color (decimal): -2388275 or 13471451. OLE color: 13471451.

HSL color Cylindrical-coordinate representation of color #DB8ECD: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8ECD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 142 205 -
CMYK 0 0.35 0.06 0.14
HSL 310.91º 0.52% 0.71% -
HSV(B) 310.91º 0.35% 0.86% -
XYZ 49.91 38.81 62.62 -
YUV 172.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 219 142 205 0 0.35 0.06 0.14 310.91 0.52 0.71
Hex DB 8E CD 0 23 6 E 137 34 47
Octal 333 216 315 0 43 6 16 467 64 107
Binary 11011011 10001110 11001101 0 100011 110 1110 100110111 110100 1000111

Color Harmonies of #DB8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8ECD

Black with #DB8ECD

Text Example


Text Example

White with #DB8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8ECD; }

 p { color: rgb(219,142,205); }

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

background-color css

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

 a { background-color: rgb(219,142,205); }

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

border-color css

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

 span { border-color: rgb(219,142,205); }

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