Html Css Color HEX #DD59B0 Hot Pink

📋 copy color: '#DD59B0'

red 221 ◦ green 89 ◦ blue 176

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

Shades of Hot Pink #DD59B0

Tints of Hot Pink #DD59B0

RGB

 RED value IS 221 (86.72% from 255) = 45.47%

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

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

R = 45.47%
G = 18.31%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD59B0 (or 0xDD59B0) is known color: Hot Pink. HEX triplet: DD, 59 and B0. RGB value is (221,89,176). Sum of RGB (Red+Green+Blue) = 221+89+176=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59B0 is #22A64F. Grayscale: #8A8A8A. Windows color (decimal): -2270800 or 11557341. OLE color: 11557341.

HSL color Cylindrical-coordinate representation of color #DD59B0: hue angle of 320.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD59B0 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 176 -
CMYK 0 0.60 0.20 0.13
HSL 320.45º 0.66% 0.61% -
HSV(B) 320.45º 0.6% 0.87% -
XYZ 41.23 25.65 43.85 -
YUV 138.39 149.23 186.93 -
System Red Green Blue C M Y K H S L
Decimal 221 89 176 0 0.60 0.20 0.13 320.45 0.66 0.61
Hex DD 59 B0 0 3C 14 D 140 42 3D
Octal 335 131 260 0 74 24 15 500 102 75
Binary 11011101 1011001 10110000 0 111100 10100 1101 101000000 1000010 111101

Color Harmonies of #DD59B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59B0

Black with #DD59B0

Text Example


Text Example

White with #DD59B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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