Html Css Color HEX #DD5790 Dark Pink

📋 copy color: '#DD5790'

red 221 ◦ green 87 ◦ blue 144

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

Shades of Dark Pink #DD5790

Tints of Dark Pink #DD5790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 48.89%
G = 19.25%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD5790 (or 0xDD5790) is known color: Dark Pink. HEX triplet: DD, 57 and 90. RGB value is (221,87,144). Sum of RGB (Red+Green+Blue) = 221+87+144=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5790 is #22A86F. Grayscale: #858585. Windows color (decimal): -2271344 or 9459677. OLE color: 9459677.

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

Color convert

RGB 221 87 144 -
CMYK 0 0.61 0.35 0.13
HSL 334.48º 0.66% 0.6% -
HSV(B) 334.48º 0.61% 0.87% -
XYZ 38.26 24.2 29.04 -
YUV 133.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 221 87 144 0 0.61 0.35 0.13 334.48 0.66 0.6
Hex DD 57 90 0 3D 23 D 14E 42 3C
Octal 335 127 220 0 75 43 15 516 102 74
Binary 11011101 1010111 10010000 0 111101 100011 1101 101001110 1000010 111100

Color Harmonies of #DD5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5790

Black with #DD5790

Text Example


Text Example

White with #DD5790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5790; }

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

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

background-color css

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

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

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

border-color css

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

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

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