Html Css Color HEX #D29ED5 Plum

📋 copy color: '#D29ED5'

red 210 ◦ green 158 ◦ blue 213

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

Shades of Plum #D29ED5

Tints of Plum #D29ED5

RGB

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

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

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

R = 36.14%
G = 27.19%
B = 36.66%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D29ED5 (or 0xD29ED5) is known color: Plum. HEX triplet: D2, 9E and D5. RGB value is (210,158,213). Sum of RGB (Red+Green+Blue) = 210+158+213=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #D29ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ED5 is #2D612A. Grayscale: #B3B3B3. Windows color (decimal): -2973995 or 13999826. OLE color: 13999826.

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

Color convert

RGB 210 158 213 -
CMYK 0.01 0.26 0 0.16
HSL 296.73º 0.4% 0.73% -
HSV(B) 296.73º 0.26% 0.84% -
XYZ 50.82 42.96 68.56 -
YUV 179.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 210 158 213 0.01 0.26 0 0.16 296.73 0.4 0.73
Hex D2 9E D5 1 1A 0 10 129 28 49
Octal 322 236 325 1 32 0 20 451 50 111
Binary 11010010 10011110 11010101 1 11010 0 10000 100101001 101000 1001001

Color Harmonies of #D29ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29ED5

Black with #D29ED5

Text Example


Text Example

White with #D29ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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