#DF9FC2

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

Shades of Shocking #DF9FC2

Tints of Shocking #DF9FC2

Color information

#DF9FC2 (or 0xDF9FC2) is unknown color: approx Shocking. HEX triplet: DF, 9F and C2. RGB value is (223,159,194). Sum of RGB (Red+Green+Blue) = 223+159+194=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FC2 is #20603D. Grayscale: #B6B6B6. Windows color (decimal): -2121790 or 12754911. OLE color: 12754911.

HSL color Cylindrical-coordinate representation of color #DF9FC2: hue angle of 327.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FC2 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB223159194-
CMYK00.290.130.13
HSL327.19º50%74.9%-
HSV(B)327.19º28.7%87.45%-
XYZ52.5744.3856.83-
YUV182.13134.7157.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 194 (76.17% from 255) = 33.68%
R=38.72%
G=27.60%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315919400.290.130.13327.195074.9
HexDF9FC201DDD147324b
Octal337237302035151550762113
Binary110111111001111111000010011101110111011010001111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FC2; }

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

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

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

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

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

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

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

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