#DC5EAE

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

Shades of Hot Pink #DC5EAE

Tints of Hot Pink #DC5EAE

Color information

#DC5EAE (or 0xDC5EAE) is unknown color: approx Hot Pink. HEX triplet: DC, 5E and AE. RGB value is (220,94,174). Sum of RGB (Red+Green+Blue) = 220+94+174=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EAE is #23A151. Grayscale: #8C8C8C. Windows color (decimal): -2335058 or 11427548. OLE color: 11427548.

HSL color Cylindrical-coordinate representation of color #DC5EAE: hue angle of 321.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5EAE is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB22094174-
CMYK00.570.210.14
HSL321.9º64.29%61.57%-
HSV(B)321.9º57.27%86.27%-
XYZ41.1626.2842.95-
YUV140.79146.74184.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 94 (37.11% from 255) = 19.26%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=45.08%
G=19.26%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209417400.570.210.14321.964.2961.57
HexDC5EAE03915E142403e
Octal334136256071251650210076
Binary1101110010111101010111001110011010111101010000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5EAE; }

 p { color: rgb(220,94,174); }

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

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

 a { background-color: rgb(220,94,174); }

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

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

 span { border-color: rgb(220,94,174); }

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