#DF8ABE

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

Shades of Shocking #DF8ABE

Tints of Shocking #DF8ABE

Color information

#DF8ABE (or 0xDF8ABE) is unknown color: approx Shocking. HEX triplet: DF, 8A and BE. RGB value is (223,138,190). Sum of RGB (Red+Green+Blue) = 223+138+190=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ABE is #207541. Grayscale: #A9A9A9. Windows color (decimal): -2127170 or 12487391. OLE color: 12487391.

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

Color convert

RGB223138190-
CMYK00.380.150.13
HSL323.29º57.05%70.78%-
HSV(B)323.29º38.12%87.45%-
XYZ48.8137.5853.4-
YUV169.34139.66166.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=40.47%
G=25.05%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313819000.380.150.13323.2957.0570.78
HexDF8ABE026FD1433947
Octal337212276046171550371107
Binary1101111110001010101111100100110111111011010000111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8ABE; }

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

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

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

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

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

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

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

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