#DF9DC7

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

Shades of Shocking #DF9DC7

Tints of Shocking #DF9DC7

Color information

#DF9DC7 (or 0xDF9DC7) is unknown color: approx Shocking. HEX triplet: DF, 9D and C7. RGB value is (223,157,199). Sum of RGB (Red+Green+Blue) = 223+157+199=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DC7 is #206238. Grayscale: #B5B5B5. Windows color (decimal): -2122297 or 13082079. OLE color: 13082079.

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

Color convert

RGB223157199-
CMYK00.300.110.13
HSL321.82º50.77%74.51%-
HSV(B)321.82º29.6%87.45%-
XYZ52.843.9359.73-
YUV181.52137.87157.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=38.51%
G=27.12%
B=34.37%

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
Decimal22315719900.300.110.13321.8250.7774.51
HexDF9DC701EBD142334b
Octal337235307036131550263113
Binary110111111001110111000111011110101111011010000101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DC7; }

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

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

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

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

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

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

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

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