Html Css Color HEX #D09ED5 Plum

📋 copy color: '#D09ED5'

red 208 ◦ green 158 ◦ blue 213

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

Shades of Plum #D09ED5

Tints of Plum #D09ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.29%

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

R = 35.92%
G = 27.29%
B = 36.79%

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

#D09ED5 (or 0xD09ED5) is known color: Plum. HEX triplet: D0, 9E and D5. RGB value is (208,158,213). Sum of RGB (Red+Green+Blue) = 208+158+213=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #D09ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ED5 is #2F612A. Grayscale: #B3B3B3. Windows color (decimal): -3105067 or 13999824. OLE color: 13999824.

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

Color convert

RGB 208 158 213 -
CMYK 0.02 0.26 0 0.16
HSL 294.55º 0.4% 0.73% -
HSV(B) 294.55º 0.26% 0.84% -
XYZ 50.25 42.67 68.54 -
YUV 179.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 208 158 213 0.02 0.26 0 0.16 294.55 0.4 0.73
Hex D0 9E D5 2 1A 0 10 127 28 49
Octal 320 236 325 2 32 0 20 447 50 111
Binary 11010000 10011110 11010101 10 11010 0 10000 100100111 101000 1001001

Color Harmonies of #D09ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09ED5

Black with #D09ED5

Text Example


Text Example

White with #D09ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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