Html Css Color HEX #D29ED9 Plum

📋 copy color: '#D29ED9'

red 210 ◦ green 158 ◦ blue 217

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

Shades of Plum #D29ED9

Tints of Plum #D29ED9

RGB

 RED value IS 210 (82.42% from 255) = 35.9%

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

 BLUE value IS 217 (85.16% from 255) = 37.09%

R = 35.9%
G = 27.01%
B = 37.09%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D29ED9 (or 0xD29ED9) is known color: Plum. HEX triplet: D2, 9E and D9. RGB value is (210,158,217). Sum of RGB (Red+Green+Blue) = 210+158+217=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #D29ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ED9 is #2D6126. Grayscale: #B4B4B4. Windows color (decimal): -2973991 or 14261970. OLE color: 14261970.

HSL color Cylindrical-coordinate representation of color #D29ED9: hue angle of 292.88º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29ED9 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 158 217 -
CMYK 0.03 0.27 0 0.15
HSL 292.88º 0.44% 0.74% -
HSV(B) 292.88º 0.27% 0.85% -
XYZ 51.33 43.17 71.27 -
YUV 180.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 210 158 217 0.03 0.27 0 0.15 292.88 0.44 0.74
Hex D2 9E D9 3 1B 0 F 125 2C 4A
Octal 322 236 331 3 33 0 17 445 54 112
Binary 11010010 10011110 11011001 11 11011 0 1111 100100101 101100 1001010

Color Harmonies of #D29ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29ED9

Black with #D29ED9

Text Example


Text Example

White with #D29ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29ED9; }

 p { color: rgb(210,158,217); }

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

background-color css

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

 a { background-color: rgb(210,158,217); }

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

border-color css

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

 span { border-color: rgb(210,158,217); }

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