Html Css Color HEX #DA578D Dark Pink

📋 copy color: '#DA578D'

red 218 ◦ green 87 ◦ blue 141

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

Shades of Dark Pink #DA578D

Tints of Dark Pink #DA578D

RGB

 RED value IS 218 (85.55% from 255) = 48.88%

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

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

R = 48.88%
G = 19.51%
B = 31.61%

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

#DA578D (or 0xDA578D) is known color: Dark Pink. HEX triplet: DA, 57 and 8D. RGB value is (218,87,141). Sum of RGB (Red+Green+Blue) = 218+87+141=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA578D is #25A872. Grayscale: #848484. Windows color (decimal): -2467955 or 9263066. OLE color: 9263066.

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

Color convert

RGB 218 87 141 -
CMYK 0 0.60 0.35 0.15
HSL 335.27º 0.64% 0.6% -
HSV(B) 335.27º 0.6% 0.85% -
XYZ 37.13 23.64 27.81 -
YUV 132.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 218 87 141 0 0.60 0.35 0.15 335.27 0.64 0.6
Hex DA 57 8D 0 3C 23 F 14F 40 3C
Octal 332 127 215 0 74 43 17 517 100 74
Binary 11011010 1010111 10001101 0 111100 100011 1111 101001111 1000000 111100

Color Harmonies of #DA578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA578D

Black with #DA578D

Text Example


Text Example

White with #DA578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA578D; }

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

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

background-color css

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

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

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

border-color css

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

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

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