Html Css Color HEX #DC59B0 Hot Pink

📋 copy color: '#DC59B0'

red 220 ◦ green 89 ◦ blue 176

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

Shades of Hot Pink #DC59B0

Tints of Hot Pink #DC59B0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.35%

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

R = 45.36%
G = 18.35%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC59B0 (or 0xDC59B0) is known color: Hot Pink. HEX triplet: DC, 59 and B0. RGB value is (220,89,176). Sum of RGB (Red+Green+Blue) = 220+89+176=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC59B0 is #23A64F. Grayscale: #898989. Windows color (decimal): -2336336 or 11557340. OLE color: 11557340.

HSL color Cylindrical-coordinate representation of color #DC59B0: hue angle of 320.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59B0 is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 176 -
CMYK 0 0.60 0.2 0.14
HSL 320.15º 0.65% 0.61% -
HSV(B) 320.15º 0.6% 0.86% -
XYZ 40.92 25.49 43.84 -
YUV 138.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 220 89 176 0 0.60 0.2 0.14 320.15 0.65 0.61
Hex DC 59 B0 0 3C 14 E 140 41 3D
Octal 334 131 260 0 74 24 16 500 101 75
Binary 11011100 1011001 10110000 0 111100 10100 1110 101000000 1000001 111101

Color Harmonies of #DC59B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59B0

Black with #DC59B0

Text Example


Text Example

White with #DC59B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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