Html Css Color HEX #D1AAD5 Plum

📋 copy color: '#D1AAD5'

red 209 ◦ green 170 ◦ blue 213

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

Shades of Plum #D1AAD5

Tints of Plum #D1AAD5

RGB

 RED value IS 209 (82.03% from 255) = 35.3%

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

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

R = 35.3%
G = 28.72%
B = 35.98%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1AAD5 (or 0xD1AAD5) is known color: Plum. HEX triplet: D1, AA and D5. RGB value is (209,170,213). Sum of RGB (Red+Green+Blue) = 209+170+213=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAD5 is #2E552A. Grayscale: #BABABA. Windows color (decimal): -3036459 or 14002897. OLE color: 14002897.

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

Color convert

RGB 209 170 213 -
CMYK 0.02 0.20 0 0.16
HSL 294.42º 0.34% 0.75% -
HSV(B) 294.42º 0.2% 0.84% -
XYZ 52.68 47.11 69.27 -
YUV 186.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 209 170 213 0.02 0.20 0 0.16 294.42 0.34 0.75
Hex D1 AA D5 2 14 0 10 126 22 4B
Octal 321 252 325 2 24 0 20 446 42 113
Binary 11010001 10101010 11010101 10 10100 0 10000 100100110 100010 1001011

Color Harmonies of #D1AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAD5

Black with #D1AAD5

Text Example


Text Example

White with #D1AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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