#DFAADA

Color #DFAADA Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DFAADA

Tints of Plum #DFAADA

Color information

#DFAADA (or 0xDFAADA) is unknown color: approx Plum. HEX triplet: DF, AA and DA. RGB value is (223,170,218). Sum of RGB (Red+Green+Blue) = 223+170+218=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAADA is #205525. Grayscale: #BFBFBF. Windows color (decimal): -2118950 or 14330591. OLE color: 14330591.

HSL color Cylindrical-coordinate representation of color #DFAADA: hue angle of 305.66º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAADA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223170218-
CMYK00.240.020.13
HSL305.66º45.3%77.06%-
HSV(B)305.66º23.77%87.45%-
XYZ57.4649.572.86-
YUV191.32143.06150.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=36.50%
G=27.82%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317021800.240.020.13305.6645.377.06
HexDFAADA0182D1322d4d
Octal33725233203021546255115
Binary1101111110101010110110100110001011011001100101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAADA; }

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

 H1.HeaderClassName
 {
   color: #DFAADA;
 }
 .AnyTagClassName
 {
   color: #DFAADA;
 }
</style>
background-color css

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

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

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

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

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

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