Html Css Color HEX #DD578C Dark Pink

📋 copy color: '#DD578C'

red 221 ◦ green 87 ◦ blue 140

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

Shades of Dark Pink #DD578C

Tints of Dark Pink #DD578C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 49.33%
G = 19.42%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD578C (or 0xDD578C) is known color: Dark Pink. HEX triplet: DD, 57 and 8C. RGB value is (221,87,140). Sum of RGB (Red+Green+Blue) = 221+87+140=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD578C is #22A873. Grayscale: #858585. Windows color (decimal): -2271348 or 9197533. OLE color: 9197533.

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

Color convert

RGB 221 87 140 -
CMYK 0 0.61 0.37 0.13
HSL 336.27º 0.66% 0.6% -
HSV(B) 336.27º 0.61% 0.87% -
XYZ 37.96 24.08 27.46 -
YUV 133.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 221 87 140 0 0.61 0.37 0.13 336.27 0.66 0.6
Hex DD 57 8C 0 3D 25 D 150 42 3C
Octal 335 127 214 0 75 45 15 520 102 74
Binary 11011101 1010111 10001100 0 111101 100101 1101 101010000 1000010 111100

Color Harmonies of #DD578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD578C

Black with #DD578C

Text Example


Text Example

White with #DD578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD578C; }

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

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

background-color css

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

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

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

border-color css

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

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

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