#DF9AB9

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

Shades of Shocking #DF9AB9

Tints of Shocking #DF9AB9

Color information

#DF9AB9 (or 0xDF9AB9) is unknown color: approx Shocking. HEX triplet: DF, 9A and B9. RGB value is (223,154,185). Sum of RGB (Red+Green+Blue) = 223+154+185=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AB9 is #206546. Grayscale: #B2B2B2. Windows color (decimal): -2123079 or 12163807. OLE color: 12163807.

HSL color Cylindrical-coordinate representation of color #DF9AB9: hue angle of 333.04º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AB9 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223154185-
CMYK00.310.170.13
HSL333.04º51.88%73.92%-
HSV(B)333.04º30.94%87.45%-
XYZ50.7442.351.39-
YUV178.16131.86159.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=39.68%
G=27.40%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315418500.310.170.13333.0451.8873.92
HexDF9AB901F11D14d344a
Octal337232271037211551564112
Binary1101111110011010101110010111111000111011010011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AB9; }

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

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

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

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

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

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

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

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