#DF9ABA

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

Shades of Shocking #DF9ABA

Tints of Shocking #DF9ABA

Color information

#DF9ABA (or 0xDF9ABA) is unknown color: approx Shocking. HEX triplet: DF, 9A and BA. RGB value is (223,154,186). Sum of RGB (Red+Green+Blue) = 223+154+186=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ABA is #206545. Grayscale: #B2B2B2. Windows color (decimal): -2123078 or 12229343. OLE color: 12229343.

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

Color convert

RGB223154186-
CMYK00.310.170.13
HSL332.17º51.88%73.92%-
HSV(B)332.17º30.94%87.45%-
XYZ50.8542.3451.95-
YUV178.28132.36159.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=39.61%
G=27.35%
B=33.04%

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
Decimal22315418600.310.170.13332.1751.8873.92
HexDF9ABA01F11D14c344a
Octal337232272037211551464112
Binary1101111110011010101110100111111000111011010011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ABA; }

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

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

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

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

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

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

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

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