Html Css Color HEX #D3AAD7 Plum

📋 copy color: '#D3AAD7'

red 211 ◦ green 170 ◦ blue 215

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

Shades of Plum #D3AAD7

Tints of Plum #D3AAD7

RGB

 RED value IS 211 (82.81% from 255) = 35.4%

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

 BLUE value IS 215 (84.38% from 255) = 36.07%

R = 35.4%
G = 28.52%
B = 36.07%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D3AAD7 (or 0xD3AAD7) is known color: Plum. HEX triplet: D3, AA and D7. RGB value is (211,170,215). Sum of RGB (Red+Green+Blue) = 211+170+215=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AAD7 is #2C5528. Grayscale: #BBBBBB. Windows color (decimal): -2905385 or 14133971. OLE color: 14133971.

HSL color Cylindrical-coordinate representation of color #D3AAD7: hue angle of 294.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3AAD7 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 170 215 -
CMYK 0.02 0.21 0 0.16
HSL 294.67º 0.36% 0.75% -
HSV(B) 294.67º 0.21% 0.84% -
XYZ 53.5 47.5 70.64 -
YUV 187.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 211 170 215 0.02 0.21 0 0.16 294.67 0.36 0.75
Hex D3 AA D7 2 15 0 10 127 24 4B
Octal 323 252 327 2 25 0 20 447 44 113
Binary 11010011 10101010 11010111 10 10101 0 10000 100100111 100100 1001011

Color Harmonies of #D3AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AAD7

Black with #D3AAD7

Text Example


Text Example

White with #D3AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AAD7; }

 p { color: rgb(211,170,215); }

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

background-color css

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

 a { background-color: rgb(211,170,215); }

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

border-color css

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

 span { border-color: rgb(211,170,215); }

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