Html Css Color HEX #DC60B5 Hot Pink

📋 copy color: '#DC60B5'

red 220 ◦ green 96 ◦ blue 181

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

Shades of Hot Pink #DC60B5

Tints of Hot Pink #DC60B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 44.27%
G = 19.32%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC60B5 (or 0xDC60B5) is known color: Hot Pink. HEX triplet: DC, 60 and B5. RGB value is (220,96,181). Sum of RGB (Red+Green+Blue) = 220+96+181=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60B5 is #239F4A. Grayscale: #8E8E8E. Windows color (decimal): -2334539 or 11886812. OLE color: 11886812.

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

Color convert

RGB 220 96 181 -
CMYK 0 0.56 0.18 0.14
HSL 318.87º 0.64% 0.62% -
HSV(B) 318.87º 0.56% 0.86% -
XYZ 42.04 26.92 46.7 -
YUV 142.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 220 96 181 0 0.56 0.18 0.14 318.87 0.64 0.62
Hex DC 60 B5 0 38 12 E 13F 40 3E
Octal 334 140 265 0 70 22 16 477 100 76
Binary 11011100 1100000 10110101 0 111000 10010 1110 100111111 1000000 111110

Color Harmonies of #DC60B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60B5

Black with #DC60B5

Text Example


Text Example

White with #DC60B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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