Html Css Color HEX #DD5A82 Dark Pink

📋 copy color: '#DD5A82'

red 221 ◦ green 90 ◦ blue 130

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

Shades of Dark Pink #DD5A82

Tints of Dark Pink #DD5A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 50.11%
G = 20.41%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD5A82 (or 0xDD5A82) is known color: Dark Pink. HEX triplet: DD, 5A and 82. RGB value is (221,90,130). Sum of RGB (Red+Green+Blue) = 221+90+130=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A82 is #22A57D. Grayscale: #858585. Windows color (decimal): -2270590 or 8542941. OLE color: 8542941.

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

Color convert

RGB 221 90 130 -
CMYK 0 0.59 0.41 0.13
HSL 341.68º 0.66% 0.61% -
HSV(B) 341.68º 0.59% 0.87% -
XYZ 37.5 24.3 23.83 -
YUV 133.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 221 90 130 0 0.59 0.41 0.13 341.68 0.66 0.61
Hex DD 5A 82 0 3B 29 D 156 42 3D
Octal 335 132 202 0 73 51 15 526 102 75
Binary 11011101 1011010 10000010 0 111011 101001 1101 101010110 1000010 111101

Color Harmonies of #DD5A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A82

Black with #DD5A82

Text Example


Text Example

White with #DD5A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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