#DC8AC7

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

Shades of Shocking #DC8AC7

Tints of Shocking #DC8AC7

Color information

#DC8AC7 (or 0xDC8AC7) is unknown color: approx Shocking. HEX triplet: DC, 8A and C7. RGB value is (220,138,199). Sum of RGB (Red+Green+Blue) = 220+138+199=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AC7 is #237538. Grayscale: #A9A9A9. Windows color (decimal): -2323769 or 13077212. OLE color: 13077212.

HSL color Cylindrical-coordinate representation of color #DC8AC7: hue angle of 315.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AC7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220138199-
CMYK00.370.100.14
HSL315.37º53.95%70.2%-
HSV(B)315.37º37.27%86.27%-
XYZ48.9137.5258.7-
YUV169.47144.67164.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 199 (78.12% from 255) = 35.73%
R=39.50%
G=24.78%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013819900.370.100.14315.3753.9570.2
HexDC8AC7025AE13b3646
Octal334212307045121647366106
Binary1101110010001010110001110100101101011101001110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AC7; }

 p { color: rgb(220,138,199); }

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

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

 a { background-color: rgb(220,138,199); }

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

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

 span { border-color: rgb(220,138,199); }

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