#DF9EC5

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

Shades of Shocking #DF9EC5

Tints of Shocking #DF9EC5

Color information

#DF9EC5 (or 0xDF9EC5) is unknown color: approx Shocking. HEX triplet: DF, 9E and C5. RGB value is (223,158,197). Sum of RGB (Red+Green+Blue) = 223+158+197=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EC5 is #20613A. Grayscale: #B5B5B5. Windows color (decimal): -2122043 or 12951263. OLE color: 12951263.

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

Color convert

RGB223158197-
CMYK00.290.120.13
HSL324º50.39%74.71%-
HSV(B)324º29.15%87.45%-
XYZ52.7444.1758.57-
YUV181.88136.53157.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 158 (62.11% from 255) = 27.34%
BLUE value IS 197 (77.34% from 255) = 34.08%
R=38.58%
G=27.34%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315819700.290.120.1332450.3974.71
HexDF9EC501DCD144324b
Octal337236305035141550462113
Binary110111111001111011000101011101110011011010001001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EC5; }

 p { color: rgb(223,158,197); }

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

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

 a { background-color: rgb(223,158,197); }

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

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

 span { border-color: rgb(223,158,197); }

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