Html Css Color HEX #DC5DAF Hot Pink

📋 copy color: '#DC5DAF'

red 220 ◦ green 93 ◦ blue 175

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

Shades of Hot Pink #DC5DAF

Tints of Hot Pink #DC5DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.06%

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

R = 45.08%
G = 19.06%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC5DAF (or 0xDC5DAF) is known color: Hot Pink. HEX triplet: DC, 5D and AF. RGB value is (220,93,175). Sum of RGB (Red+Green+Blue) = 220+93+175=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DAF is #23A250. Grayscale: #8C8C8C. Windows color (decimal): -2335313 or 11492828. OLE color: 11492828.

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

Color convert

RGB 220 93 175 -
CMYK 0 0.58 0.20 0.14
HSL 321.26º 0.64% 0.61% -
HSV(B) 321.26º 0.58% 0.86% -
XYZ 41.17 26.14 43.43 -
YUV 140.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 220 93 175 0 0.58 0.20 0.14 321.26 0.64 0.61
Hex DC 5D AF 0 3A 14 E 141 40 3D
Octal 334 135 257 0 72 24 16 501 100 75
Binary 11011100 1011101 10101111 0 111010 10100 1110 101000001 1000000 111101

Color Harmonies of #DC5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DAF

Black with #DC5DAF

Text Example


Text Example

White with #DC5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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