Html Css Color HEX #D29AD5 Plum

📋 copy color: '#D29AD5'

red 210 ◦ green 154 ◦ blue 213

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

Shades of Plum #D29AD5

Tints of Plum #D29AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.69%

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

R = 36.4%
G = 26.69%
B = 36.92%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D29AD5 (or 0xD29AD5) is known color: Plum. HEX triplet: D2, 9A and D5. RGB value is (210,154,213). Sum of RGB (Red+Green+Blue) = 210+154+213=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #D29AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AD5 is #2D652A. Grayscale: #B1B1B1. Windows color (decimal): -2975019 or 13998802. OLE color: 13998802.

HSL color Cylindrical-coordinate representation of color #D29AD5: hue angle of 296.95º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29AD5 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 154 213 -
CMYK 0.01 0.28 0 0.16
HSL 296.95º 0.41% 0.72% -
HSV(B) 296.95º 0.28% 0.84% -
XYZ 50.14 41.62 68.34 -
YUV 177.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 210 154 213 0.01 0.28 0 0.16 296.95 0.41 0.72
Hex D2 9A D5 1 1C 0 10 129 29 48
Octal 322 232 325 1 34 0 20 451 51 110
Binary 11010010 10011010 11010101 1 11100 0 10000 100101001 101001 1001000

Color Harmonies of #D29AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AD5

Black with #D29AD5

Text Example


Text Example

White with #D29AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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