#DF95C7

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

Shades of Shocking #DF95C7

Tints of Shocking #DF95C7

Color information

#DF95C7 (or 0xDF95C7) is unknown color: approx Shocking. HEX triplet: DF, 95 and C7. RGB value is (223,149,199). Sum of RGB (Red+Green+Blue) = 223+149+199=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95C7 is #206A38. Grayscale: #B0B0B0. Windows color (decimal): -2124345 or 13080031. OLE color: 13080031.

HSL color Cylindrical-coordinate representation of color #DF95C7: hue angle of 319.46º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95C7 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB223149199-
CMYK00.330.110.13
HSL319.46º53.62%72.94%-
HSV(B)319.46º33.18%87.45%-
XYZ51.4941.3159.29-
YUV176.83140.52160.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=39.05%
G=26.09%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314919900.330.110.13319.4653.6272.94
HexDF95C7021BD13f3649
Octal337225307041131547766111
Binary1101111110010101110001110100001101111011001111111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95C7; }

 p { color: rgb(223,149,199); }

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

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

 a { background-color: rgb(223,149,199); }

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

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

 span { border-color: rgb(223,149,199); }

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