#DF8AC5

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

Shades of Shocking #DF8AC5

Tints of Shocking #DF8AC5

Color information

#DF8AC5 (or 0xDF8AC5) is unknown color: approx Shocking. HEX triplet: DF, 8A and C5. RGB value is (223,138,197). Sum of RGB (Red+Green+Blue) = 223+138+197=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AC5 is #20753A. Grayscale: #A9A9A9. Windows color (decimal): -2127163 or 12946143. OLE color: 12946143.

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

Color convert

RGB223138197-
CMYK00.380.120.13
HSL318.35º57.05%70.78%-
HSV(B)318.35º38.12%87.45%-
XYZ49.637.957.52-
YUV170.14143.16165.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=39.96%
G=24.73%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313819700.380.120.13318.3557.0570.78
HexDF8AC5026CD13e3947
Octal337212305046141547671107
Binary1101111110001010110001010100110110011011001111101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AC5; }

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

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

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

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

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

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

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

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