Html Css Color HEX #DD578F Dark Pink

📋 copy color: '#DD578F'

red 221 ◦ green 87 ◦ blue 143

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

Shades of Dark Pink #DD578F

Tints of Dark Pink #DD578F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 49%
G = 19.29%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD578F (or 0xDD578F) is known color: Dark Pink. HEX triplet: DD, 57 and 8F. RGB value is (221,87,143). Sum of RGB (Red+Green+Blue) = 221+87+143=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD578F is #22A870. Grayscale: #858585. Windows color (decimal): -2271345 or 9394141. OLE color: 9394141.

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

Color convert

RGB 221 87 143 -
CMYK 0 0.61 0.35 0.13
HSL 334.93º 0.66% 0.6% -
HSV(B) 334.93º 0.61% 0.87% -
XYZ 38.18 24.17 28.64 -
YUV 133.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 221 87 143 0 0.61 0.35 0.13 334.93 0.66 0.6
Hex DD 57 8F 0 3D 23 D 14F 42 3C
Octal 335 127 217 0 75 43 15 517 102 74
Binary 11011101 1010111 10001111 0 111101 100011 1101 101001111 1000010 111100

Color Harmonies of #DD578F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD578F

Black with #DD578F

Text Example


Text Example

White with #DD578F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD578F; }

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

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

background-color css

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

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

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

border-color css

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

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

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