Html Css Color HEX #DD4988 Dark Pink

📋 copy color: '#DD4988'

red 221 ◦ green 73 ◦ blue 136

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

Shades of Dark Pink #DD4988

Tints of Dark Pink #DD4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.98%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 51.4%
G = 16.98%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4988 (or 0xDD4988) is known color: Dark Pink. HEX triplet: DD, 49 and 88. RGB value is (221,73,136). Sum of RGB (Red+Green+Blue) = 221+73+136=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4988 is #22B677. Grayscale: #7C7C7C. Windows color (decimal): -2274936 or 8931805. OLE color: 8931805.

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

Color convert

RGB 221 73 136 -
CMYK 0 0.67 0.38 0.13
HSL 334.46º 0.69% 0.58% -
HSV(B) 334.46º 0.67% 0.87% -
XYZ 36.65 21.91 25.59 -
YUV 124.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 221 73 136 0 0.67 0.38 0.13 334.46 0.69 0.58
Hex DD 49 88 0 43 26 D 14E 45 3A
Octal 335 111 210 0 103 46 15 516 105 72
Binary 11011101 1001001 10001000 0 1000011 100110 1101 101001110 1000101 111010

Color Harmonies of #DD4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4988

Black with #DD4988

Text Example


Text Example

White with #DD4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4988; }

 p { color: rgb(221,73,136); }

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

background-color css

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

 a { background-color: rgb(221,73,136); }

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

border-color css

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

 span { border-color: rgb(221,73,136); }

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