Html Css Color HEX #DD578D Dark Pink

📋 copy color: '#DD578D'

red 221 ◦ green 87 ◦ blue 141

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

Shades of Dark Pink #DD578D

Tints of Dark Pink #DD578D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 49.22%
G = 19.38%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD578D (or 0xDD578D) is known color: Dark Pink. HEX triplet: DD, 57 and 8D. RGB value is (221,87,141). Sum of RGB (Red+Green+Blue) = 221+87+141=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD578D is #22A872. Grayscale: #858585. Windows color (decimal): -2271347 or 9263069. OLE color: 9263069.

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

Color convert

RGB 221 87 141 -
CMYK 0 0.61 0.36 0.13
HSL 335.82º 0.66% 0.6% -
HSV(B) 335.82º 0.61% 0.87% -
XYZ 38.03 24.11 27.85 -
YUV 133.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 221 87 141 0 0.61 0.36 0.13 335.82 0.66 0.6
Hex DD 57 8D 0 3D 24 D 150 42 3C
Octal 335 127 215 0 75 44 15 520 102 74
Binary 11011101 1010111 10001101 0 111101 100100 1101 101010000 1000010 111100

Color Harmonies of #DD578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD578D

Black with #DD578D

Text Example


Text Example

White with #DD578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD578D; }

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

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

background-color css

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

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

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

border-color css

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

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

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