Html Css Color HEX #D3AAD4 Plum

📋 copy color: '#D3AAD4'

red 211 ◦ green 170 ◦ blue 212

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

Shades of Plum #D3AAD4

Tints of Plum #D3AAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.75%

R = 35.58%
G = 28.67%
B = 35.75%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D3AAD4 (or 0xD3AAD4) is known color: Plum. HEX triplet: D3, AA and D4. RGB value is (211,170,212). Sum of RGB (Red+Green+Blue) = 211+170+212=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #D3AAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AAD4 is #2C552B. Grayscale: #BABABA. Windows color (decimal): -2905388 or 13937363. OLE color: 13937363.

HSL color Cylindrical-coordinate representation of color #D3AAD4: hue angle of 298.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3AAD4 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 170 212 -
CMYK 0.00 0.20 0 0.17
HSL 298.57º 0.33% 0.75% -
HSV(B) 298.57º 0.2% 0.83% -
XYZ 53.12 47.35 68.63 -
YUV 187.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 211 170 212 0.00 0.20 0 0.17 298.57 0.33 0.75
Hex D3 AA D4 0 14 0 11 12B 21 4B
Octal 323 252 324 0 24 0 21 453 41 113
Binary 11010011 10101010 11010100 0 10100 0 10001 100101011 100001 1001011

Color Harmonies of #D3AAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AAD4

Black with #D3AAD4

Text Example


Text Example

White with #D3AAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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