#DFA9C6

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

Shades of Shocking #DFA9C6

Tints of Shocking #DFA9C6

Color information

#DFA9C6 (or 0xDFA9C6) is unknown color: approx Shocking. HEX triplet: DF, A9 and C6. RGB value is (223,169,198). Sum of RGB (Red+Green+Blue) = 223+169+198=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9C6 is #205639. Grayscale: #BCBCBC. Windows color (decimal): -2119226 or 13019615. OLE color: 13019615.

HSL color Cylindrical-coordinate representation of color #DFA9C6: hue angle of 327.78º degrees, saturation: 0.46, 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 #DFA9C6 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB223169198-
CMYK00.240.110.13
HSL327.78º45.76%76.86%-
HSV(B)327.78º24.22%87.45%-
XYZ54.8148.1459.83-
YUV188.45133.39152.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=37.80%
G=28.64%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316919800.240.110.13327.7845.7676.86
HexDFA9C6018BD1482e4d
Octal337251306030131551056115
Binary110111111010100111000110011000101111011010010001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9C6; }

 p { color: rgb(223,169,198); }

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

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

 a { background-color: rgb(223,169,198); }

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

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

 span { border-color: rgb(223,169,198); }

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