Html Css Color HEX #DD5791 Dark Pink

📋 copy color: '#DD5791'

red 221 ◦ green 87 ◦ blue 145

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

Shades of Dark Pink #DD5791

Tints of Dark Pink #DD5791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.21%

 BLUE value IS 145 (57.03% from 255) = 32.01%

R = 48.79%
G = 19.21%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5791 (or 0xDD5791) is known color: Dark Pink. HEX triplet: DD, 57 and 91. RGB value is (221,87,145). Sum of RGB (Red+Green+Blue) = 221+87+145=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5791 is #22A86E. Grayscale: #858585. Windows color (decimal): -2271343 or 9525213. OLE color: 9525213.

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

Color convert

RGB 221 87 145 -
CMYK 0 0.61 0.34 0.13
HSL 334.03º 0.66% 0.6% -
HSV(B) 334.03º 0.61% 0.87% -
XYZ 38.34 24.23 29.44 -
YUV 133.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 221 87 145 0 0.61 0.34 0.13 334.03 0.66 0.6
Hex DD 57 91 0 3D 22 D 14E 42 3C
Octal 335 127 221 0 75 42 15 516 102 74
Binary 11011101 1010111 10010001 0 111101 100010 1101 101001110 1000010 111100

Color Harmonies of #DD5791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5791

Black with #DD5791

Text Example


Text Example

White with #DD5791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5791; }

 p { color: rgb(221,87,145); }

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

background-color css

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

 a { background-color: rgb(221,87,145); }

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

border-color css

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

 span { border-color: rgb(221,87,145); }

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