#DF8ABA

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

Shades of Shocking #DF8ABA

Tints of Shocking #DF8ABA

Color information

#DF8ABA (or 0xDF8ABA) is unknown color: approx Shocking. HEX triplet: DF, 8A and BA. RGB value is (223,138,186). Sum of RGB (Red+Green+Blue) = 223+138+186=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ABA is #207545. Grayscale: #A8A8A8. Windows color (decimal): -2127174 or 12225247. OLE color: 12225247.

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

Color convert

RGB223138186-
CMYK00.380.170.13
HSL326.12º57.05%70.78%-
HSV(B)326.12º38.12%87.45%-
XYZ48.3837.4151.13-
YUV168.89137.66166.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=40.77%
G=25.23%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313818600.380.170.13326.1257.0570.78
HexDF8ABA02611D1463947
Octal337212272046211550671107
Binary11011111100010101011101001001101000111011010001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8ABA; }

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

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

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

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

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

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

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

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