#DF9DC6

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

Shades of Shocking #DF9DC6

Tints of Shocking #DF9DC6

Color information

#DF9DC6 (or 0xDF9DC6) is unknown color: approx Shocking. HEX triplet: DF, 9D and C6. RGB value is (223,157,198). Sum of RGB (Red+Green+Blue) = 223+157+198=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DC6 is #206239. Grayscale: #B5B5B5. Windows color (decimal): -2122298 or 13016543. OLE color: 13016543.

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

Color convert

RGB223157198-
CMYK00.300.110.13
HSL322.73º50.77%74.51%-
HSV(B)322.73º29.6%87.45%-
XYZ52.6843.8859.12-
YUV181.41137.37157.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 157 (61.72% from 255) = 27.16%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=38.58%
G=27.16%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315719800.300.110.13322.7350.7774.51
HexDF9DC601EBD143334b
Octal337235306036131550363113
Binary110111111001110111000110011110101111011010000111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DC6; }

 p { color: rgb(223,157,198); }

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

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

 a { background-color: rgb(223,157,198); }

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

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

 span { border-color: rgb(223,157,198); }

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