#DD59B1

Color #DD59B1 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #DD59B1

Tints of Hot Pink #DD59B1

Color information

#DD59B1 (or 0xDD59B1) is unknown color: approx Hot Pink. HEX triplet: DD, 59 and B1. RGB value is (221,89,177). Sum of RGB (Red+Green+Blue) = 221+89+177=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59B1 is #22A64E. Grayscale: #8A8A8A. Windows color (decimal): -2270799 or 11622877. OLE color: 11622877.

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

Color convert

RGB22189177-
CMYK00.600.200.13
HSL320º66%60.78%-
HSV(B)320º59.73%86.67%-
XYZ41.3325.6944.38-
YUV138.5149.73186.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=45.38%
G=18.28%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218917700.600.200.133206660.78
HexDD59B103C14D140423d
Octal335131261074241550010275
Binary1101110110110011011000101111001010011011010000001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD59B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD59B1; }

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

 H1.HeaderClassName
 {
   color: #DD59B1;
 }
 .AnyTagClassName
 {
   color: #DD59B1;
 }
</style>
background-color css

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

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

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

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

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

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