Html Css Color HEX #D4AAD5 Plum

📋 copy color: '#D4AAD5'

red 212 ◦ green 170 ◦ blue 213

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

Shades of Plum #D4AAD5

Tints of Plum #D4AAD5

RGB

 RED value IS 212 (83.2% from 255) = 35.63%

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

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

R = 35.63%
G = 28.57%
B = 35.8%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4AAD5 (or 0xD4AAD5) is known color: Plum. HEX triplet: D4, AA and D5. RGB value is (212,170,213). Sum of RGB (Red+Green+Blue) = 212+170+213=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAD5 is #2B552A. Grayscale: #BBBBBB. Windows color (decimal): -2839851 or 14002900. OLE color: 14002900.

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

Color convert

RGB 212 170 213 -
CMYK 0.00 0.20 0 0.16
HSL 298.6º 0.34% 0.75% -
HSV(B) 298.6º 0.2% 0.84% -
XYZ 53.54 47.55 69.31 -
YUV 187.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 212 170 213 0.00 0.20 0 0.16 298.6 0.34 0.75
Hex D4 AA D5 0 14 0 10 12B 22 4B
Octal 324 252 325 0 24 0 20 453 42 113
Binary 11010100 10101010 11010101 0 10100 0 10000 100101011 100010 1001011

Color Harmonies of #D4AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAD5

Black with #D4AAD5

Text Example


Text Example

White with #D4AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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