Html Css Color HEX #DD4C89 Dark Pink

📋 copy color: '#DD4C89'

red 221 ◦ green 76 ◦ blue 137

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

Shades of Dark Pink #DD4C89

Tints of Dark Pink #DD4C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 137 (53.91% from 255) = 31.57%

R = 50.92%
G = 17.51%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4C89 (or 0xDD4C89) is known color: Dark Pink. HEX triplet: DD, 4C and 89. RGB value is (221,76,137). Sum of RGB (Red+Green+Blue) = 221+76+137=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4C89 is #22B376. Grayscale: #7E7E7E. Windows color (decimal): -2274167 or 8998109. OLE color: 8998109.

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

Color convert

RGB 221 76 137 -
CMYK 0 0.66 0.38 0.13
HSL 334.76º 0.68% 0.58% -
HSV(B) 334.76º 0.66% 0.87% -
XYZ 36.92 22.35 26.03 -
YUV 126.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 221 76 137 0 0.66 0.38 0.13 334.76 0.68 0.58
Hex DD 4C 89 0 42 26 D 14F 44 3A
Octal 335 114 211 0 102 46 15 517 104 72
Binary 11011101 1001100 10001001 0 1000010 100110 1101 101001111 1000100 111010

Color Harmonies of #DD4C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C89

Black with #DD4C89

Text Example


Text Example

White with #DD4C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C89; }

 p { color: rgb(221,76,137); }

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

background-color css

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

 a { background-color: rgb(221,76,137); }

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

border-color css

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

 span { border-color: rgb(221,76,137); }

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