Html Css Color HEX #DD4E87 Dark Pink

📋 copy color: '#DD4E87'

red 221 ◦ green 78 ◦ blue 135

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

Shades of Dark Pink #DD4E87

Tints of Dark Pink #DD4E87

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.97%

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

R = 50.92%
G = 17.97%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4E87 (or 0xDD4E87) is known color: Dark Pink. HEX triplet: DD, 4E and 87. RGB value is (221,78,135). Sum of RGB (Red+Green+Blue) = 221+78+135=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E87 is #22B178. Grayscale: #7F7F7F. Windows color (decimal): -2273657 or 8867549. OLE color: 8867549.

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

Color convert

RGB 221 78 135 -
CMYK 0 0.65 0.39 0.13
HSL 336.08º 0.68% 0.59% -
HSV(B) 336.08º 0.65% 0.87% -
XYZ 36.92 22.57 25.33 -
YUV 127.26 132.38 194.87 -
System Red Green Blue C M Y K H S L
Decimal 221 78 135 0 0.65 0.39 0.13 336.08 0.68 0.59
Hex DD 4E 87 0 41 27 D 150 44 3B
Octal 335 116 207 0 101 47 15 520 104 73
Binary 11011101 1001110 10000111 0 1000001 100111 1101 101010000 1000100 111011

Color Harmonies of #DD4E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E87

Black with #DD4E87

Text Example


Text Example

White with #DD4E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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