Html Css Color HEX #D08DD8 Plum

📋 copy color: '#D08DD8'

red 208 ◦ green 141 ◦ blue 216

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

Shades of Plum #D08DD8

Tints of Plum #D08DD8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.96%

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

R = 36.81%
G = 24.96%
B = 38.23%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D08DD8 (or 0xD08DD8) is known color: Plum. HEX triplet: D0, 8D and D8. RGB value is (208,141,216). Sum of RGB (Red+Green+Blue) = 208+141+216=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #D08DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DD8 is #2F7227. Grayscale: #A9A9A9. Windows color (decimal): -3109416 or 14192080. OLE color: 14192080.

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

Color convert

RGB 208 141 216 -
CMYK 0.04 0.35 0 0.15
HSL 293.6º 0.49% 0.7% -
HSV(B) 293.6º 0.35% 0.85% -
XYZ 47.93 37.42 69.66 -
YUV 169.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 208 141 216 0.04 0.35 0 0.15 293.6 0.49 0.7
Hex D0 8D D8 4 23 0 F 126 31 46
Octal 320 215 330 4 43 0 17 446 61 106
Binary 11010000 10001101 11011000 100 100011 0 1111 100100110 110001 1000110

Color Harmonies of #D08DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DD8

Black with #D08DD8

Text Example


Text Example

White with #D08DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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