Html Css Color HEX #DC60B0 Hot Pink

📋 copy color: '#DC60B0'

red 220 ◦ green 96 ◦ blue 176

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

Shades of Hot Pink #DC60B0

Tints of Hot Pink #DC60B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 44.72%
G = 19.51%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC60B0 (or 0xDC60B0) is known color: Hot Pink. HEX triplet: DC, 60 and B0. RGB value is (220,96,176). Sum of RGB (Red+Green+Blue) = 220+96+176=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60B0 is #239F4F. Grayscale: #8E8E8E. Windows color (decimal): -2334544 or 11559132. OLE color: 11559132.

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

Color convert

RGB 220 96 176 -
CMYK 0 0.56 0.2 0.14
HSL 321.29º 0.64% 0.62% -
HSV(B) 321.29º 0.56% 0.86% -
XYZ 41.53 26.72 44.04 -
YUV 142.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 220 96 176 0 0.56 0.2 0.14 321.29 0.64 0.62
Hex DC 60 B0 0 38 14 E 141 40 3E
Octal 334 140 260 0 70 24 16 501 100 76
Binary 11011100 1100000 10110000 0 111000 10100 1110 101000001 1000000 111110

Color Harmonies of #DC60B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60B0

Black with #DC60B0

Text Example


Text Example

White with #DC60B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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