Html Css Color HEX #DD5A80 Dark Pink

📋 copy color: '#DD5A80'

red 221 ◦ green 90 ◦ blue 128

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

Shades of Dark Pink #DD5A80

Tints of Dark Pink #DD5A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.5%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 50.34%
G = 20.5%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD5A80 (or 0xDD5A80) is known color: Dark Pink. HEX triplet: DD, 5A and 80. RGB value is (221,90,128). Sum of RGB (Red+Green+Blue) = 221+90+128=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A80 is #22A57F. Grayscale: #858585. Windows color (decimal): -2270592 or 8411869. OLE color: 8411869.

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

Color convert

RGB 221 90 128 -
CMYK 0 0.59 0.42 0.13
HSL 342.6º 0.66% 0.61% -
HSV(B) 342.6º 0.59% 0.87% -
XYZ 37.37 24.24 23.13 -
YUV 133.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 221 90 128 0 0.59 0.42 0.13 342.6 0.66 0.61
Hex DD 5A 80 0 3B 2A D 157 42 3D
Octal 335 132 200 0 73 52 15 527 102 75
Binary 11011101 1011010 10000000 0 111011 101010 1101 101010111 1000010 111101

Color Harmonies of #DD5A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A80

Black with #DD5A80

Text Example


Text Example

White with #DD5A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A80; }

 p { color: rgb(221,90,128); }

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

background-color css

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

 a { background-color: rgb(221,90,128); }

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

border-color css

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

 span { border-color: rgb(221,90,128); }

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