Html Css Color HEX #D9578A Dark Pink

📋 copy color: '#D9578A'

red 217 ◦ green 87 ◦ blue 138

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

Shades of Dark Pink #D9578A

Tints of Dark Pink #D9578A

RGB

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

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

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

R = 49.1%
G = 19.68%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9578A (or 0xD9578A) is known color: Dark Pink. HEX triplet: D9, 57 and 8A. RGB value is (217,87,138). Sum of RGB (Red+Green+Blue) = 217+87+138=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9578A is #26A875. Grayscale: #838383. Windows color (decimal): -2533494 or 9066457. OLE color: 9066457.

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

Color convert

RGB 217 87 138 -
CMYK 0 0.60 0.36 0.15
HSL 336.46º 0.63% 0.6% -
HSV(B) 336.46º 0.6% 0.85% -
XYZ 36.61 23.4 26.63 -
YUV 131.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 217 87 138 0 0.60 0.36 0.15 336.46 0.63 0.6
Hex D9 57 8A 0 3C 24 F 150 3F 3C
Octal 331 127 212 0 74 44 17 520 77 74
Binary 11011001 1010111 10001010 0 111100 100100 1111 101010000 111111 111100

Color Harmonies of #D9578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9578A

Black with #D9578A

Text Example


Text Example

White with #D9578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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