Html Css Color HEX #DD59B3 Hot Pink

📋 copy color: '#DD59B3'

red 221 ◦ green 89 ◦ blue 179

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

Shades of Hot Pink #DD59B3

Tints of Hot Pink #DD59B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 45.19%
G = 18.2%
B = 36.61%

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

#DD59B3 (or 0xDD59B3) is known color: Hot Pink. HEX triplet: DD, 59 and B3. RGB value is (221,89,179). Sum of RGB (Red+Green+Blue) = 221+89+179=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59B3 is #22A64C. Grayscale: #8A8A8A. Windows color (decimal): -2270797 or 11753949. OLE color: 11753949.

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

Color convert

RGB 221 89 179 -
CMYK 0 0.60 0.19 0.13
HSL 319.09º 0.66% 0.61% -
HSV(B) 319.09º 0.6% 0.87% -
XYZ 41.53 25.77 45.43 -
YUV 138.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 221 89 179 0 0.60 0.19 0.13 319.09 0.66 0.61
Hex DD 59 B3 0 3C 13 D 13F 42 3D
Octal 335 131 263 0 74 23 15 477 102 75
Binary 11011101 1011001 10110011 0 111100 10011 1101 100111111 1000010 111101

Color Harmonies of #DD59B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59B3

Black with #DD59B3

Text Example


Text Example

White with #DD59B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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