Html Css Color HEX #DC60B2 Hot Pink

📋 copy color: '#DC60B2'

red 220 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #DC60B2

Tints of Hot Pink #DC60B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 44.53%
G = 19.43%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC60B2 (or 0xDC60B2) is known color: Hot Pink. HEX triplet: DC, 60 and B2. RGB value is (220,96,178). Sum of RGB (Red+Green+Blue) = 220+96+178=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60B2 is #239F4D. Grayscale: #8E8E8E. Windows color (decimal): -2334542 or 11690204. OLE color: 11690204.

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

Color convert

RGB 220 96 178 -
CMYK 0 0.56 0.19 0.14
HSL 320.32º 0.64% 0.62% -
HSV(B) 320.32º 0.56% 0.86% -
XYZ 41.73 26.8 45.09 -
YUV 142.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 220 96 178 0 0.56 0.19 0.14 320.32 0.64 0.62
Hex DC 60 B2 0 38 13 E 140 40 3E
Octal 334 140 262 0 70 23 16 500 100 76
Binary 11011100 1100000 10110010 0 111000 10011 1110 101000000 1000000 111110

Color Harmonies of #DC60B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60B2

Black with #DC60B2

Text Example


Text Example

White with #DC60B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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