Html Css Color HEX #DA5789 Dark Pink

📋 copy color: '#DA5789'

red 218 ◦ green 87 ◦ blue 137

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

Shades of Dark Pink #DA5789

Tints of Dark Pink #DA5789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31%

R = 49.32%
G = 19.68%
B = 31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA5789 (or 0xDA5789) is known color: Dark Pink. HEX triplet: DA, 57 and 89. RGB value is (218,87,137). Sum of RGB (Red+Green+Blue) = 218+87+137=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5789 is #25A876. Grayscale: #838383. Windows color (decimal): -2467959 or 9000922. OLE color: 9000922.

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

Color convert

RGB 218 87 137 -
CMYK 0 0.60 0.37 0.15
HSL 337.1º 0.64% 0.6% -
HSV(B) 337.1º 0.6% 0.85% -
XYZ 36.84 23.53 26.27 -
YUV 131.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 218 87 137 0 0.60 0.37 0.15 337.1 0.64 0.6
Hex DA 57 89 0 3C 25 F 151 40 3C
Octal 332 127 211 0 74 45 17 521 100 74
Binary 11011010 1010111 10001001 0 111100 100101 1111 101010001 1000000 111100

Color Harmonies of #DA5789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5789

Black with #DA5789

Text Example


Text Example

White with #DA5789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5789; }

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

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

background-color css

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

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

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

border-color css

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

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

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