Html Css Color HEX #D09DD5 Plum

📋 copy color: '#D09DD5'

red 208 ◦ green 157 ◦ blue 213

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

Shades of Plum #D09DD5

Tints of Plum #D09DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.16%

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

R = 35.99%
G = 27.16%
B = 36.85%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D09DD5 (or 0xD09DD5) is known color: Plum. HEX triplet: D0, 9D and D5. RGB value is (208,157,213). Sum of RGB (Red+Green+Blue) = 208+157+213=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #D09DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DD5 is #2F622A. Grayscale: #B2B2B2. Windows color (decimal): -3105323 or 13999568. OLE color: 13999568.

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

Color convert

RGB 208 157 213 -
CMYK 0.02 0.26 0 0.16
HSL 294.64º 0.4% 0.73% -
HSV(B) 294.64º 0.26% 0.84% -
XYZ 50.08 42.33 68.48 -
YUV 178.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 208 157 213 0.02 0.26 0 0.16 294.64 0.4 0.73
Hex D0 9D D5 2 1A 0 10 127 28 49
Octal 320 235 325 2 32 0 20 447 50 111
Binary 11010000 10011101 11010101 10 11010 0 10000 100100111 101000 1001001

Color Harmonies of #D09DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DD5

Black with #D09DD5

Text Example


Text Example

White with #D09DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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