#DFA4CC

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

Shades of Shocking #DFA4CC

Tints of Shocking #DFA4CC

Color information

#DFA4CC (or 0xDFA4CC) is unknown color: approx Shocking. HEX triplet: DF, A4 and CC. RGB value is (223,164,204). Sum of RGB (Red+Green+Blue) = 223+164+204=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4CC is #205B33. Grayscale: #BABABA. Windows color (decimal): -2120500 or 13411551. OLE color: 13411551.

HSL color Cylindrical-coordinate representation of color #DFA4CC: hue angle of 319.32º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA4CC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223164204-
CMYK00.260.090.13
HSL319.32º47.97%75.88%-
HSV(B)319.32º26.46%87.45%-
XYZ54.6146.663.24-
YUV186.2138.05154.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 164 (64.45% from 255) = 27.75%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=37.73%
G=27.75%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316420400.260.090.13319.3247.9775.88
HexDFA4CC01A9D13f304c
Octal337244314032111547760114
Binary110111111010010011001100011010100111011001111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4CC; }

 p { color: rgb(223,164,204); }

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

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

 a { background-color: rgb(223,164,204); }

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

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

 span { border-color: rgb(223,164,204); }

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