Html Css Color HEX #D3AADA Plum

📋 copy color: '#D3AADA'

red 211 ◦ green 170 ◦ blue 218

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

Shades of Plum #D3AADA

Tints of Plum #D3AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 35.23%
G = 28.38%
B = 36.39%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D3AADA (or 0xD3AADA) is known color: Plum. HEX triplet: D3, AA and DA. RGB value is (211,170,218). Sum of RGB (Red+Green+Blue) = 211+170+218=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AADA is #2C5525. Grayscale: #BBBBBB. Windows color (decimal): -2905382 or 14330579. OLE color: 14330579.

HSL color Cylindrical-coordinate representation of color #D3AADA: hue angle of 291.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3AADA is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 170 218 -
CMYK 0.03 0.22 0 0.15
HSL 291.25º 0.39% 0.76% -
HSV(B) 291.25º 0.22% 0.85% -
XYZ 53.89 47.66 72.69 -
YUV 187.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 211 170 218 0.03 0.22 0 0.15 291.25 0.39 0.76
Hex D3 AA DA 3 16 0 F 123 27 4C
Octal 323 252 332 3 26 0 17 443 47 114
Binary 11010011 10101010 11011010 11 10110 0 1111 100100011 100111 1001100

Color Harmonies of #D3AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AADA

Black with #D3AADA

Text Example


Text Example

White with #D3AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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