Html Css Color HEX #DD5990 Dark Pink

📋 copy color: '#DD5990'

red 221 ◦ green 89 ◦ blue 144

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

Shades of Dark Pink #DD5990

Tints of Dark Pink #DD5990

RGB

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

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

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

R = 48.68%
G = 19.6%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD5990 (or 0xDD5990) is known color: Dark Pink. HEX triplet: DD, 59 and 90. RGB value is (221,89,144). Sum of RGB (Red+Green+Blue) = 221+89+144=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5990 is #22A66F. Grayscale: #868686. Windows color (decimal): -2270832 or 9460189. OLE color: 9460189.

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

Color convert

RGB 221 89 144 -
CMYK 0 0.60 0.35 0.13
HSL 335º 0.66% 0.61% -
HSV(B) 335º 0.6% 0.87% -
XYZ 38.43 24.53 29.1 -
YUV 134.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 221 89 144 0 0.60 0.35 0.13 335 0.66 0.61
Hex DD 59 90 0 3C 23 D 14F 42 3D
Octal 335 131 220 0 74 43 15 517 102 75
Binary 11011101 1011001 10010000 0 111100 100011 1101 101001111 1000010 111101

Color Harmonies of #DD5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5990

Black with #DD5990

Text Example


Text Example

White with #DD5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5990; }

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

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

background-color css

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

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

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

border-color css

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

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

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