#DF93C2

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

Shades of Shocking #DF93C2

Tints of Shocking #DF93C2

Color information

#DF93C2 (or 0xDF93C2) is unknown color: approx Shocking. HEX triplet: DF, 93 and C2. RGB value is (223,147,194). Sum of RGB (Red+Green+Blue) = 223+147+194=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93C2 is #206C3D. Grayscale: #AEAEAE. Windows color (decimal): -2124862 or 12751839. OLE color: 12751839.

HSL color Cylindrical-coordinate representation of color #DF93C2: hue angle of 322.89º 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 #DF93C2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB223147194-
CMYK00.340.130.13
HSL322.89º54.29%72.55%-
HSV(B)322.89º34.08%87.45%-
XYZ50.640.4556.18-
YUV175.08138.68162.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=39.54%
G=26.06%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314719400.340.130.13322.8954.2972.55
HexDF93C2022DD1433649
Octal337223302042151550366111
Binary1101111110010011110000100100010110111011010000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93C2; }

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

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

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

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

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

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

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

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