Html Css Color HEX #D2AAD5 Plum

📋 copy color: '#D2AAD5'

red 210 ◦ green 170 ◦ blue 213

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

Shades of Plum #D2AAD5

Tints of Plum #D2AAD5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.67%

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

R = 35.41%
G = 28.67%
B = 35.92%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D2AAD5 (or 0xD2AAD5) is known color: Plum. HEX triplet: D2, AA and D5. RGB value is (210,170,213). Sum of RGB (Red+Green+Blue) = 210+170+213=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AAD5 is #2D552A. Grayscale: #BABABA. Windows color (decimal): -2970923 or 14002898. OLE color: 14002898.

HSL color Cylindrical-coordinate representation of color #D2AAD5: hue angle of 295.81º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2AAD5 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 170 213 -
CMYK 0.01 0.20 0 0.16
HSL 295.81º 0.34% 0.75% -
HSV(B) 295.81º 0.2% 0.84% -
XYZ 52.96 47.26 69.28 -
YUV 186.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 210 170 213 0.01 0.20 0 0.16 295.81 0.34 0.75
Hex D2 AA D5 1 14 0 10 128 22 4B
Octal 322 252 325 1 24 0 20 450 42 113
Binary 11010010 10101010 11010101 1 10100 0 10000 100101000 100010 1001011

Color Harmonies of #D2AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AAD5

Black with #D2AAD5

Text Example


Text Example

White with #D2AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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