#DF9ABC

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

Shades of Shocking #DF9ABC

Tints of Shocking #DF9ABC

Color information

#DF9ABC (or 0xDF9ABC) is unknown color: approx Shocking. HEX triplet: DF, 9A and BC. RGB value is (223,154,188). Sum of RGB (Red+Green+Blue) = 223+154+188=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ABC is #206543. Grayscale: #B2B2B2. Windows color (decimal): -2123076 or 12360415. OLE color: 12360415.

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

Color convert

RGB223154188-
CMYK00.310.160.13
HSL330.43º51.88%73.92%-
HSV(B)330.43º30.94%87.45%-
XYZ51.0642.4353.08-
YUV178.51133.36159.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=39.47%
G=27.26%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315418800.310.160.13330.4351.8873.92
HexDF9ABC01F10D14a344a
Octal337232274037201551264112
Binary1101111110011010101111000111111000011011010010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ABC; }

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

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

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

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

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

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

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

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