Html Css Color HEX #DD5088 Dark Pink

📋 copy color: '#DD5088'

red 221 ◦ green 80 ◦ blue 136

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

Shades of Dark Pink #DD5088

Tints of Dark Pink #DD5088

RGB

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

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

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

R = 50.57%
G = 18.31%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD5088 (or 0xDD5088) is known color: Dark Pink. HEX triplet: DD, 50 and 88. RGB value is (221,80,136). Sum of RGB (Red+Green+Blue) = 221+80+136=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5088 is #22AF77. Grayscale: #808080. Windows color (decimal): -2273144 or 8933597. OLE color: 8933597.

HSL color Cylindrical-coordinate representation of color #DD5088: hue angle of 336.17º 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 #DD5088 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 136 -
CMYK 0 0.64 0.38 0.13
HSL 336.17º 0.67% 0.59% -
HSV(B) 336.17º 0.64% 0.87% -
XYZ 37.13 22.89 25.75 -
YUV 128.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 221 80 136 0 0.64 0.38 0.13 336.17 0.67 0.59
Hex DD 50 88 0 40 26 D 150 43 3B
Octal 335 120 210 0 100 46 15 520 103 73
Binary 11011101 1010000 10001000 0 1000000 100110 1101 101010000 1000011 111011

Color Harmonies of #DD5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5088

Black with #DD5088

Text Example


Text Example

White with #DD5088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5088; }

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

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

background-color css

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

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

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

border-color css

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

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

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