Html Css Color HEX #D08DD6 Plum

📋 copy color: '#D08DD6'

red 208 ◦ green 141 ◦ blue 214

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

Shades of Plum #D08DD6

Tints of Plum #D08DD6

RGB

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

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

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

R = 36.94%
G = 25.04%
B = 38.01%

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

#D08DD6 (or 0xD08DD6) is known color: Plum. HEX triplet: D0, 8D and D6. RGB value is (208,141,214). Sum of RGB (Red+Green+Blue) = 208+141+214=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #D08DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DD6 is #2F7229. Grayscale: #A9A9A9. Windows color (decimal): -3109418 or 14061008. OLE color: 14061008.

HSL color Cylindrical-coordinate representation of color #D08DD6: hue angle of 295.07º 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 #D08DD6 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 141 214 -
CMYK 0.03 0.34 0 0.16
HSL 295.07º 0.47% 0.7% -
HSV(B) 295.07º 0.34% 0.84% -
XYZ 47.67 37.31 68.31 -
YUV 169.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 208 141 214 0.03 0.34 0 0.16 295.07 0.47 0.7
Hex D0 8D D6 3 22 0 10 127 2F 46
Octal 320 215 326 3 42 0 20 447 57 106
Binary 11010000 10001101 11010110 11 100010 0 10000 100100111 101111 1000110

Color Harmonies of #D08DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DD6

Black with #D08DD6

Text Example


Text Example

White with #D08DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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