Html Css Color HEX #DD5C87 Dark Pink

📋 copy color: '#DD5C87'

red 221 ◦ green 92 ◦ blue 135

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

Shades of Dark Pink #DD5C87

Tints of Dark Pink #DD5C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

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

R = 49.33%
G = 20.54%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD5C87 (or 0xDD5C87) is known color: Dark Pink. HEX triplet: DD, 5C and 87. RGB value is (221,92,135). Sum of RGB (Red+Green+Blue) = 221+92+135=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C87 is #22A378. Grayscale: #878787. Windows color (decimal): -2270073 or 8871133. OLE color: 8871133.

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

Color convert

RGB 221 92 135 -
CMYK 0 0.58 0.39 0.13
HSL 340º 0.65% 0.61% -
HSV(B) 340º 0.58% 0.87% -
XYZ 38.02 24.78 25.7 -
YUV 135.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 221 92 135 0 0.58 0.39 0.13 340 0.65 0.61
Hex DD 5C 87 0 3A 27 D 154 41 3D
Octal 335 134 207 0 72 47 15 524 101 75
Binary 11011101 1011100 10000111 0 111010 100111 1101 101010100 1000001 111101

Color Harmonies of #DD5C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C87

Black with #DD5C87

Text Example


Text Example

White with #DD5C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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