#DF9EB9

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

Shades of Shocking #DF9EB9

Tints of Shocking #DF9EB9

Color information

#DF9EB9 (or 0xDF9EB9) is unknown color: approx Shocking. HEX triplet: DF, 9E and B9. RGB value is (223,158,185). Sum of RGB (Red+Green+Blue) = 223+158+185=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EB9 is #206146. Grayscale: #B4B4B4. Windows color (decimal): -2122055 or 12164831. OLE color: 12164831.

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

Color convert

RGB223158185-
CMYK00.290.170.13
HSL335.08º50.39%74.71%-
HSV(B)335.08º29.15%87.45%-
XYZ51.4243.6451.61-
YUV180.51130.53158.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=39.40%
G=27.92%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315818500.290.170.13335.0850.3974.71
HexDF9EB901D11D14f324b
Octal337236271035211551762113
Binary1101111110011110101110010111011000111011010011111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EB9; }

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

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

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

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

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

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

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

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