Html Css Color HEX #DD578A Dark Pink

📋 copy color: '#DD578A'

red 221 ◦ green 87 ◦ blue 138

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

Shades of Dark Pink #DD578A

Tints of Dark Pink #DD578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.51%

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

R = 49.55%
G = 19.51%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD578A (or 0xDD578A) is known color: Dark Pink. HEX triplet: DD, 57 and 8A. RGB value is (221,87,138). Sum of RGB (Red+Green+Blue) = 221+87+138=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD578A is #22A875. Grayscale: #848484. Windows color (decimal): -2271350 or 9066461. OLE color: 9066461.

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

Color convert

RGB 221 87 138 -
CMYK 0 0.61 0.38 0.13
HSL 337.16º 0.66% 0.6% -
HSV(B) 337.16º 0.61% 0.87% -
XYZ 37.81 24.02 26.69 -
YUV 132.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 221 87 138 0 0.61 0.38 0.13 337.16 0.66 0.6
Hex DD 57 8A 0 3D 26 D 151 42 3C
Octal 335 127 212 0 75 46 15 521 102 74
Binary 11011101 1010111 10001010 0 111101 100110 1101 101010001 1000010 111100

Color Harmonies of #DD578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD578A

Black with #DD578A

Text Example


Text Example

White with #DD578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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