Html Css Color HEX #D08ED8 Plum

📋 copy color: '#D08ED8'

red 208 ◦ green 142 ◦ blue 216

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

Shades of Plum #D08ED8

Tints of Plum #D08ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 36.75%
G = 25.09%
B = 38.16%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D08ED8 (or 0xD08ED8) is known color: Plum. HEX triplet: D0, 8E and D8. RGB value is (208,142,216). Sum of RGB (Red+Green+Blue) = 208+142+216=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #D08ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ED8 is #2F7127. Grayscale: #A9A9A9. Windows color (decimal): -3109160 or 14192336. OLE color: 14192336.

HSL color Cylindrical-coordinate representation of color #D08ED8: hue angle of 293.51º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08ED8 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 142 216 -
CMYK 0.04 0.34 0 0.15
HSL 293.51º 0.49% 0.7% -
HSV(B) 293.51º 0.34% 0.85% -
XYZ 48.08 37.71 69.71 -
YUV 170.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 208 142 216 0.04 0.34 0 0.15 293.51 0.49 0.7
Hex D0 8E D8 4 22 0 F 126 31 46
Octal 320 216 330 4 42 0 17 446 61 106
Binary 11010000 10001110 11011000 100 100010 0 1111 100100110 110001 1000110

Color Harmonies of #D08ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08ED8

Black with #D08ED8

Text Example


Text Example

White with #D08ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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