Html Css Color HEX #D2A9D9 Plum

📋 copy color: '#D2A9D9'

red 210 ◦ green 169 ◦ blue 217

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

Shades of Plum #D2A9D9

Tints of Plum #D2A9D9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.36%

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

R = 35.23%
G = 28.36%
B = 36.41%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2A9D9 (or 0xD2A9D9) is known color: Plum. HEX triplet: D2, A9 and D9. RGB value is (210,169,217). Sum of RGB (Red+Green+Blue) = 210+169+217=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2A9D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9D9 is #2D5626. Grayscale: #BABABA. Windows color (decimal): -2971175 or 14264786. OLE color: 14264786.

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

Color convert

RGB 210 169 217 -
CMYK 0.03 0.22 0 0.15
HSL 291.25º 0.39% 0.76% -
HSV(B) 291.25º 0.22% 0.85% -
XYZ 53.29 47.09 71.93 -
YUV 186.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 210 169 217 0.03 0.22 0 0.15 291.25 0.39 0.76
Hex D2 A9 D9 3 16 0 F 123 27 4C
Octal 322 251 331 3 26 0 17 443 47 114
Binary 11010010 10101001 11011001 11 10110 0 1111 100100011 100111 1001100

Color Harmonies of #D2A9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A9D9

Black with #D2A9D9

Text Example


Text Example

White with #D2A9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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