#DC8EC3

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

Shades of Shocking #DC8EC3

Tints of Shocking #DC8EC3

Color information

#DC8EC3 (or 0xDC8EC3) is unknown color: approx Shocking. HEX triplet: DC, 8E and C3. RGB value is (220,142,195). Sum of RGB (Red+Green+Blue) = 220+142+195=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EC3 is #23713C. Grayscale: #ABABAB. Windows color (decimal): -2322749 or 12816092. OLE color: 12816092.

HSL color Cylindrical-coordinate representation of color #DC8EC3: hue angle of 319.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8EC3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220142195-
CMYK00.350.110.14
HSL319.23º52.7%70.98%-
HSV(B)319.23º35.45%86.27%-
XYZ49.0438.556.48-
YUV171.36141.34162.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 195 (76.56% from 255) = 35.01%
R=39.50%
G=25.49%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014219500.350.110.14319.2352.770.98
HexDC8EC3023BE13f3547
Octal334216303043131647765107
Binary1101110010001110110000110100011101111101001111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EC3; }

 p { color: rgb(220,142,195); }

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

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

 a { background-color: rgb(220,142,195); }

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

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

 span { border-color: rgb(220,142,195); }

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