Html Css Color HEX #DD5E87 Dark Pink

📋 copy color: '#DD5E87'

red 221 ◦ green 94 ◦ blue 135

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

Shades of Dark Pink #DD5E87

Tints of Dark Pink #DD5E87

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.89%

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

R = 49.11%
G = 20.89%
B = 30%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD5E87 (or 0xDD5E87) is known color: Dark Pink. HEX triplet: DD, 5E and 87. RGB value is (221,94,135). Sum of RGB (Red+Green+Blue) = 221+94+135=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E87 is #22A178. Grayscale: #888888. Windows color (decimal): -2269561 or 8871645. OLE color: 8871645.

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

Color convert

RGB 221 94 135 -
CMYK 0 0.57 0.39 0.13
HSL 340.63º 0.65% 0.62% -
HSV(B) 340.63º 0.57% 0.87% -
XYZ 38.19 25.13 25.76 -
YUV 136.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 221 94 135 0 0.57 0.39 0.13 340.63 0.65 0.62
Hex DD 5E 87 0 39 27 D 155 41 3E
Octal 335 136 207 0 71 47 15 525 101 76
Binary 11011101 1011110 10000111 0 111001 100111 1101 101010101 1000001 111110

Color Harmonies of #DD5E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E87

Black with #DD5E87

Text Example


Text Example

White with #DD5E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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