#DF9EC8

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

Shades of Shocking #DF9EC8

Tints of Shocking #DF9EC8

Color information

#DF9EC8 (or 0xDF9EC8) is unknown color: approx Shocking. HEX triplet: DF, 9E and C8. RGB value is (223,158,200). Sum of RGB (Red+Green+Blue) = 223+158+200=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EC8 is #206137. Grayscale: #B6B6B6. Windows color (decimal): -2122040 or 13147871. OLE color: 13147871.

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

Color convert

RGB223158200-
CMYK00.290.100.13
HSL321.23º50.39%74.71%-
HSV(B)321.23º29.15%87.45%-
XYZ53.0844.3160.4-
YUV182.22138.03157.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=38.38%
G=27.19%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315820000.290.100.13321.2350.3974.71
HexDF9EC801DAD141324b
Octal337236310035121550162113
Binary110111111001111011001000011101101011011010000011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EC8; }

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

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

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

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

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

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

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

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