Html Css Color HEX #DD59B2 Hot Pink

📋 copy color: '#DD59B2'

red 221 ◦ green 89 ◦ blue 178

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

Shades of Hot Pink #DD59B2

Tints of Hot Pink #DD59B2

RGB

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

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

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

R = 45.29%
G = 18.24%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD59B2 (or 0xDD59B2) is known color: Hot Pink. HEX triplet: DD, 59 and B2. RGB value is (221,89,178). Sum of RGB (Red+Green+Blue) = 221+89+178=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59B2 is #22A64D. Grayscale: #8A8A8A. Windows color (decimal): -2270798 or 11688413. OLE color: 11688413.

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

Color convert

RGB 221 89 178 -
CMYK 0 0.60 0.19 0.13
HSL 319.55º 0.66% 0.61% -
HSV(B) 319.55º 0.6% 0.87% -
XYZ 41.43 25.73 44.9 -
YUV 138.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 221 89 178 0 0.60 0.19 0.13 319.55 0.66 0.61
Hex DD 59 B2 0 3C 13 D 140 42 3D
Octal 335 131 262 0 74 23 15 500 102 75
Binary 11011101 1011001 10110010 0 111100 10011 1101 101000000 1000010 111101

Color Harmonies of #DD59B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59B2

Black with #DD59B2

Text Example


Text Example

White with #DD59B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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