Html Css Color HEX #D29DD5 Plum

📋 copy color: '#D29DD5'

red 210 ◦ green 157 ◦ blue 213

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

Shades of Plum #D29DD5

Tints of Plum #D29DD5

RGB

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

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

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

R = 36.21%
G = 27.07%
B = 36.72%

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

#D29DD5 (or 0xD29DD5) is known color: Plum. HEX triplet: D2, 9D and D5. RGB value is (210,157,213). Sum of RGB (Red+Green+Blue) = 210+157+213=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #D29DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DD5 is #2D622A. Grayscale: #B3B3B3. Windows color (decimal): -2974251 or 13999570. OLE color: 13999570.

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

Color convert

RGB 210 157 213 -
CMYK 0.01 0.26 0 0.16
HSL 296.79º 0.4% 0.73% -
HSV(B) 296.79º 0.26% 0.84% -
XYZ 50.65 42.62 68.51 -
YUV 179.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 210 157 213 0.01 0.26 0 0.16 296.79 0.4 0.73
Hex D2 9D D5 1 1A 0 10 129 28 49
Octal 322 235 325 1 32 0 20 451 50 111
Binary 11010010 10011101 11010101 1 11010 0 10000 100101001 101000 1001001

Color Harmonies of #D29DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DD5

Black with #D29DD5

Text Example


Text Example

White with #D29DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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