Html Css Color HEX #DC60AE Hot Pink

📋 copy color: '#DC60AE'

red 220 ◦ green 96 ◦ blue 174

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

Shades of Hot Pink #DC60AE

Tints of Hot Pink #DC60AE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.59%

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 44.9%
G = 19.59%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC60AE (or 0xDC60AE) is known color: Hot Pink. HEX triplet: DC, 60 and AE. RGB value is (220,96,174). Sum of RGB (Red+Green+Blue) = 220+96+174=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60AE is #239F51. Grayscale: #8D8D8D. Windows color (decimal): -2334546 or 11428060. OLE color: 11428060.

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

Color convert

RGB 220 96 174 -
CMYK 0 0.56 0.21 0.14
HSL 322.26º 0.64% 0.62% -
HSV(B) 322.26º 0.56% 0.86% -
XYZ 41.34 26.64 43.01 -
YUV 141.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 220 96 174 0 0.56 0.21 0.14 322.26 0.64 0.62
Hex DC 60 AE 0 38 15 E 142 40 3E
Octal 334 140 256 0 70 25 16 502 100 76
Binary 11011100 1100000 10101110 0 111000 10101 1110 101000010 1000000 111110

Color Harmonies of #DC60AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60AE

Black with #DC60AE

Text Example


Text Example

White with #DC60AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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