#DC8ABC

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

Shades of Shocking #DC8ABC

Tints of Shocking #DC8ABC

Color information

#DC8ABC (or 0xDC8ABC) is unknown color: approx Shocking. HEX triplet: DC, 8A and BC. RGB value is (220,138,188). Sum of RGB (Red+Green+Blue) = 220+138+188=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ABC is #237543. Grayscale: #A8A8A8. Windows color (decimal): -2323780 or 12356316. OLE color: 12356316.

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

Color convert

RGB220138188-
CMYK00.370.150.14
HSL323.41º53.95%70.2%-
HSV(B)323.41º37.27%86.27%-
XYZ47.6837.0252.21-
YUV168.22139.17164.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=40.29%
G=25.27%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013818800.370.150.14323.4153.9570.2
HexDC8ABC025FE1433646
Octal334212274045171650366106
Binary1101110010001010101111000100101111111101010000111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8ABC; }

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

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

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

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

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

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

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

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