Html Css Color HEX #DC59B2 Hot Pink

📋 copy color: '#DC59B2'

red 220 ◦ green 89 ◦ blue 178

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

Shades of Hot Pink #DC59B2

Tints of Hot Pink #DC59B2

RGB

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

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

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

R = 45.17%
G = 18.28%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC59B2 (or 0xDC59B2) is known color: Hot Pink. HEX triplet: DC, 59 and B2. RGB value is (220,89,178). Sum of RGB (Red+Green+Blue) = 220+89+178=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC59B2 is #23A64D. Grayscale: #8A8A8A. Windows color (decimal): -2336334 or 11688412. OLE color: 11688412.

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

Color convert

RGB 220 89 178 -
CMYK 0 0.60 0.19 0.14
HSL 319.24º 0.65% 0.61% -
HSV(B) 319.24º 0.6% 0.86% -
XYZ 41.12 25.57 44.89 -
YUV 138.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 220 89 178 0 0.60 0.19 0.14 319.24 0.65 0.61
Hex DC 59 B2 0 3C 13 E 13F 41 3D
Octal 334 131 262 0 74 23 16 477 101 75
Binary 11011100 1011001 10110010 0 111100 10011 1110 100111111 1000001 111101

Color Harmonies of #DC59B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59B2

Black with #DC59B2

Text Example


Text Example

White with #DC59B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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