Html Css Color HEX #D08ED6 Plum

📋 copy color: '#D08ED6'

red 208 ◦ green 142 ◦ blue 214

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

Shades of Plum #D08ED6

Tints of Plum #D08ED6

RGB

 RED value IS 208 (81.64% from 255) = 36.88%

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 36.88%
G = 25.18%
B = 37.94%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D08ED6 (or 0xD08ED6) is known color: Plum. HEX triplet: D0, 8E and D6. RGB value is (208,142,214). Sum of RGB (Red+Green+Blue) = 208+142+214=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #D08ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ED6 is #2F7129. Grayscale: #A9A9A9. Windows color (decimal): -3109162 or 14061264. OLE color: 14061264.

HSL color Cylindrical-coordinate representation of color #D08ED6: hue angle of 295º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08ED6 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 142 214 -
CMYK 0.03 0.34 0 0.16
HSL 295º 0.47% 0.7% -
HSV(B) 295º 0.34% 0.84% -
XYZ 47.82 37.61 68.36 -
YUV 169.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 208 142 214 0.03 0.34 0 0.16 295 0.47 0.7
Hex D0 8E D6 3 22 0 10 127 2F 46
Octal 320 216 326 3 42 0 20 447 57 106
Binary 11010000 10001110 11010110 11 100010 0 10000 100100111 101111 1000110

Color Harmonies of #D08ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08ED6

Black with #D08ED6

Text Example


Text Example

White with #D08ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08ED6; }

 p { color: rgb(208,142,214); }

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

background-color css

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

 a { background-color: rgb(208,142,214); }

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

border-color css

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

 span { border-color: rgb(208,142,214); }

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