Html Css Color HEX #DC5EAF Hot Pink

📋 copy color: '#DC5EAF'

red 220 ◦ green 94 ◦ blue 175

#DC5EAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #DC5EAF

Tints of Hot Pink #DC5EAF

RGB

 RED value IS 220 (86.33% from 255) = 44.99%

 GREEN value IS 94 (37.11% from 255) = 19.22%

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 44.99%
G = 19.22%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC5EAF (or 0xDC5EAF) is known color: Hot Pink. HEX triplet: DC, 5E and AF. RGB value is (220,94,175). Sum of RGB (Red+Green+Blue) = 220+94+175=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EAF is #23A150. Grayscale: #8C8C8C. Windows color (decimal): -2335057 or 11493084. OLE color: 11493084.

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

Color convert

RGB 220 94 175 -
CMYK 0 0.57 0.20 0.14
HSL 321.43º 0.64% 0.62% -
HSV(B) 321.43º 0.57% 0.86% -
XYZ 41.26 26.32 43.46 -
YUV 140.91 147.24 184.41 -
System Red Green Blue C M Y K H S L
Decimal 220 94 175 0 0.57 0.20 0.14 321.43 0.64 0.62
Hex DC 5E AF 0 39 14 E 141 40 3E
Octal 334 136 257 0 71 24 16 501 100 76
Binary 11011100 1011110 10101111 0 111001 10100 1110 101000001 1000000 111110

Color Harmonies of #DC5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5EAF

Black with #DC5EAF

Text Example


Text Example

White with #DC5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5EAF; }

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

 H1.HeaderClassName
 {
   color: #DC5EAF;
 }
 .AnyTagClassName
 {
   color: #DC5EAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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