Html Css Color HEX #DC60AF Hot Pink

📋 copy color: '#DC60AF'

red 220 ◦ green 96 ◦ blue 175

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

Shades of Hot Pink #DC60AF

Tints of Hot Pink #DC60AF

RGB

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

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

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

R = 44.81%
G = 19.55%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC60AF (or 0xDC60AF) is known color: Hot Pink. HEX triplet: DC, 60 and AF. RGB value is (220,96,175). Sum of RGB (Red+Green+Blue) = 220+96+175=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60AF is #239F50. Grayscale: #8D8D8D. Windows color (decimal): -2334545 or 11493596. OLE color: 11493596.

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

Color convert

RGB 220 96 175 -
CMYK 0 0.56 0.20 0.14
HSL 321.77º 0.64% 0.62% -
HSV(B) 321.77º 0.56% 0.86% -
XYZ 41.44 26.68 43.52 -
YUV 142.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 220 96 175 0 0.56 0.20 0.14 321.77 0.64 0.62
Hex DC 60 AF 0 38 14 E 142 40 3E
Octal 334 140 257 0 70 24 16 502 100 76
Binary 11011100 1100000 10101111 0 111000 10100 1110 101000010 1000000 111110

Color Harmonies of #DC60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60AF

Black with #DC60AF

Text Example


Text Example

White with #DC60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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