Html Css Color HEX #DD588A Dark Pink

📋 copy color: '#DD588A'

red 221 ◦ green 88 ◦ blue 138

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

Shades of Dark Pink #DD588A

Tints of Dark Pink #DD588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.69%

 BLUE value IS 138 (54.3% from 255) = 30.87%

R = 49.44%
G = 19.69%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD588A (or 0xDD588A) is known color: Dark Pink. HEX triplet: DD, 58 and 8A. RGB value is (221,88,138). Sum of RGB (Red+Green+Blue) = 221+88+138=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD588A is #22A775. Grayscale: #858585. Windows color (decimal): -2271094 or 9066717. OLE color: 9066717.

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

Color convert

RGB 221 88 138 -
CMYK 0 0.60 0.38 0.13
HSL 337.44º 0.66% 0.61% -
HSV(B) 337.44º 0.6% 0.87% -
XYZ 37.9 24.19 26.72 -
YUV 133.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 221 88 138 0 0.60 0.38 0.13 337.44 0.66 0.61
Hex DD 58 8A 0 3C 26 D 151 42 3D
Octal 335 130 212 0 74 46 15 521 102 75
Binary 11011101 1011000 10001010 0 111100 100110 1101 101010001 1000010 111101

Color Harmonies of #DD588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD588A

Black with #DD588A

Text Example


Text Example

White with #DD588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD588A; }

 p { color: rgb(221,88,138); }

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

background-color css

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

 a { background-color: rgb(221,88,138); }

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

border-color css

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

 span { border-color: rgb(221,88,138); }

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