#DDAFDF

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

Shades of Plum #DDAFDF

Tints of Plum #DDAFDF

Color information

#DDAFDF (or 0xDDAFDF) is unknown color: approx Plum. HEX triplet: DD, AF and DF. RGB value is (221,175,223). Sum of RGB (Red+Green+Blue) = 221+175+223=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFDF is #225020. Grayscale: #C2C2C2. Windows color (decimal): -2248737 or 14659549. OLE color: 14659549.

HSL color Cylindrical-coordinate representation of color #DDAFDF: hue angle of 297.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDAFDF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221175223-
CMYK0.010.2200.13
HSL297.5º42.86%78.04%-
HSV(B)297.5º21.52%87.45%-
XYZ58.4751.3676.64-
YUV194.23144.24147.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=35.70%
G=28.27%
B=36.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211752230.010.2200.13297.542.8678.04
HexDDAFDF1160D12a2b4e
Octal33525733712601545253116
Binary110111011010111111011111110110011011001010101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFDF; }

 p { color: rgb(221,175,223); }

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

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

 a { background-color: rgb(221,175,223); }

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

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

 span { border-color: rgb(221,175,223); }

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