Html Css Color HEX #D9578C Dark Pink

📋 copy color: '#D9578C'

red 217 ◦ green 87 ◦ blue 140

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

Shades of Dark Pink #D9578C

Tints of Dark Pink #D9578C

RGB

 RED value IS 217 (85.16% from 255) = 48.87%

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

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

R = 48.87%
G = 19.59%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9578C (or 0xD9578C) is known color: Dark Pink. HEX triplet: D9, 57 and 8C. RGB value is (217,87,140). Sum of RGB (Red+Green+Blue) = 217+87+140=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9578C is #26A873. Grayscale: #838383. Windows color (decimal): -2533492 or 9197529. OLE color: 9197529.

HSL color Cylindrical-coordinate representation of color #D9578C: hue angle of 335.54º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9578C is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 140 -
CMYK 0 0.60 0.35 0.15
HSL 335.54º 0.63% 0.6% -
HSV(B) 335.54º 0.6% 0.85% -
XYZ 36.76 23.46 27.4 -
YUV 131.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 217 87 140 0 0.60 0.35 0.15 335.54 0.63 0.6
Hex D9 57 8C 0 3C 23 F 150 3F 3C
Octal 331 127 214 0 74 43 17 520 77 74
Binary 11011001 1010111 10001100 0 111100 100011 1111 101010000 111111 111100

Color Harmonies of #D9578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9578C

Black with #D9578C

Text Example


Text Example

White with #D9578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9578C; }

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

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

background-color css

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

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

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

border-color css

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

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

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