Html Css Color HEX #DD5487 Dark Pink

📋 copy color: '#DD5487'

red 221 ◦ green 84 ◦ blue 135

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

Shades of Dark Pink #DD5487

Tints of Dark Pink #DD5487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

 BLUE value IS 135 (53.13% from 255) = 30.68%

R = 50.23%
G = 19.09%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD5487 (or 0xDD5487) is known color: Dark Pink. HEX triplet: DD, 54 and 87. RGB value is (221,84,135). Sum of RGB (Red+Green+Blue) = 221+84+135=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5487 is #22AB78. Grayscale: #828282. Windows color (decimal): -2272121 or 8869085. OLE color: 8869085.

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

Color convert

RGB 221 84 135 -
CMYK 0 0.62 0.39 0.13
HSL 337.66º 0.67% 0.6% -
HSV(B) 337.66º 0.62% 0.87% -
XYZ 37.36 23.46 25.48 -
YUV 130.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 221 84 135 0 0.62 0.39 0.13 337.66 0.67 0.6
Hex DD 54 87 0 3E 27 D 152 43 3C
Octal 335 124 207 0 76 47 15 522 103 74
Binary 11011101 1010100 10000111 0 111110 100111 1101 101010010 1000011 111100

Color Harmonies of #DD5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5487

Black with #DD5487

Text Example


Text Example

White with #DD5487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5487; }

 p { color: rgb(221,84,135); }

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

background-color css

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

 a { background-color: rgb(221,84,135); }

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

border-color css

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

 span { border-color: rgb(221,84,135); }

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