#DF93C8

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

Shades of Shocking #DF93C8

Tints of Shocking #DF93C8

Color information

#DF93C8 (or 0xDF93C8) is unknown color: approx Shocking. HEX triplet: DF, 93 and C8. RGB value is (223,147,200). Sum of RGB (Red+Green+Blue) = 223+147+200=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93C8 is #206C37. Grayscale: #AFAFAF. Windows color (decimal): -2124856 or 13145055. OLE color: 13145055.

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

Color convert

RGB223147200-
CMYK00.340.100.13
HSL318.16º54.29%72.55%-
HSV(B)318.16º34.08%87.45%-
XYZ51.2940.7359.8-
YUV175.77141.68161.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 200 (78.52% from 255) = 35.09%
R=39.12%
G=25.79%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314720000.340.100.13318.1654.2972.55
HexDF93C8022AD13e3649
Octal337223310042121547666111
Binary1101111110010011110010000100010101011011001111101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93C8; }

 p { color: rgb(223,147,200); }

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

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

 a { background-color: rgb(223,147,200); }

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

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

 span { border-color: rgb(223,147,200); }

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