Html Css Color HEX #DD5087 Dark Pink

📋 copy color: '#DD5087'

red 221 ◦ green 80 ◦ blue 135

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

Shades of Dark Pink #DD5087

Tints of Dark Pink #DD5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

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

R = 50.69%
G = 18.35%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD5087 (or 0xDD5087) is known color: Dark Pink. HEX triplet: DD, 50 and 87. RGB value is (221,80,135). Sum of RGB (Red+Green+Blue) = 221+80+135=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5087 is #22AF78. Grayscale: #808080. Windows color (decimal): -2273145 or 8868061. OLE color: 8868061.

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

Color convert

RGB 221 80 135 -
CMYK 0 0.64 0.39 0.13
HSL 336.6º 0.67% 0.59% -
HSV(B) 336.6º 0.64% 0.87% -
XYZ 37.06 22.86 25.38 -
YUV 128.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 221 80 135 0 0.64 0.39 0.13 336.6 0.67 0.59
Hex DD 50 87 0 40 27 D 151 43 3B
Octal 335 120 207 0 100 47 15 521 103 73
Binary 11011101 1010000 10000111 0 1000000 100111 1101 101010001 1000011 111011

Color Harmonies of #DD5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5087

Black with #DD5087

Text Example


Text Example

White with #DD5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5087; }

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

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

background-color css

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

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

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

border-color css

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

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

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