Html Css Color HEX #D08DD5 Plum

📋 copy color: '#D08DD5'

red 208 ◦ green 141 ◦ blue 213

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

Shades of Plum #D08DD5

Tints of Plum #D08DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 37.01%
G = 25.09%
B = 37.9%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D08DD5 (or 0xD08DD5) is known color: Plum. HEX triplet: D0, 8D and D5. RGB value is (208,141,213). Sum of RGB (Red+Green+Blue) = 208+141+213=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #D08DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DD5 is #2F722A. Grayscale: #A9A9A9. Windows color (decimal): -3109419 or 13995472. OLE color: 13995472.

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

Color convert

RGB 208 141 213 -
CMYK 0.02 0.34 0 0.16
HSL 295.83º 0.46% 0.69% -
HSV(B) 295.83º 0.34% 0.84% -
XYZ 47.55 37.26 67.64 -
YUV 169.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 208 141 213 0.02 0.34 0 0.16 295.83 0.46 0.69
Hex D0 8D D5 2 22 0 10 128 2E 45
Octal 320 215 325 2 42 0 20 450 56 105
Binary 11010000 10001101 11010101 10 100010 0 10000 100101000 101110 1000101

Color Harmonies of #D08DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DD5

Black with #D08DD5

Text Example


Text Example

White with #D08DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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