#DFA7C4

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

Shades of Shocking #DFA7C4

Tints of Shocking #DFA7C4

Color information

#DFA7C4 (or 0xDFA7C4) is unknown color: approx Shocking. HEX triplet: DF, A7 and C4. RGB value is (223,167,196). Sum of RGB (Red+Green+Blue) = 223+167+196=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7C4 is #20583B. Grayscale: #BABABA. Windows color (decimal): -2119740 or 12888031. OLE color: 12888031.

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

Color convert

RGB223167196-
CMYK00.250.120.13
HSL328.93º46.67%76.47%-
HSV(B)328.93º25.11%87.45%-
XYZ54.2147.3158.5-
YUV187.05133.05153.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=38.05%
G=28.50%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316719600.250.120.13328.9346.6776.47
HexDFA7C4019CD1492f4c
Octal337247304031141551157114
Binary110111111010011111000100011001110011011010010011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7C4; }

 p { color: rgb(223,167,196); }

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

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

 a { background-color: rgb(223,167,196); }

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

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

 span { border-color: rgb(223,167,196); }

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