Html Css Color HEX #DA5989 Dark Pink

📋 copy color: '#DA5989'

red 218 ◦ green 89 ◦ blue 137

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

Shades of Dark Pink #DA5989

Tints of Dark Pink #DA5989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.05%

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

R = 49.1%
G = 20.05%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA5989 (or 0xDA5989) is known color: Dark Pink. HEX triplet: DA, 59 and 89. RGB value is (218,89,137). Sum of RGB (Red+Green+Blue) = 218+89+137=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5989 is #25A676. Grayscale: #848484. Windows color (decimal): -2467447 or 9001434. OLE color: 9001434.

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

Color convert

RGB 218 89 137 -
CMYK 0 0.59 0.37 0.15
HSL 337.67º 0.64% 0.6% -
HSV(B) 337.67º 0.59% 0.85% -
XYZ 37 23.86 26.32 -
YUV 133.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 218 89 137 0 0.59 0.37 0.15 337.67 0.64 0.6
Hex DA 59 89 0 3B 25 F 152 40 3C
Octal 332 131 211 0 73 45 17 522 100 74
Binary 11011010 1011001 10001001 0 111011 100101 1111 101010010 1000000 111100

Color Harmonies of #DA5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5989

Black with #DA5989

Text Example


Text Example

White with #DA5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5989; }

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

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

background-color css

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

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

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

border-color css

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

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

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