Html Css Color HEX #DA5987 Dark Pink

📋 copy color: '#DA5987'

red 218 ◦ green 89 ◦ blue 135

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

Shades of Dark Pink #DA5987

Tints of Dark Pink #DA5987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.54%

R = 49.32%
G = 20.14%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA5987 (or 0xDA5987) is known color: Dark Pink. HEX triplet: DA, 59 and 87. RGB value is (218,89,135). Sum of RGB (Red+Green+Blue) = 218+89+135=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5987 is #25A678. Grayscale: #848484. Windows color (decimal): -2467449 or 8870362. OLE color: 8870362.

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

Color convert

RGB 218 89 135 -
CMYK 0 0.59 0.38 0.15
HSL 338.6º 0.64% 0.6% -
HSV(B) 338.6º 0.59% 0.85% -
XYZ 36.86 23.8 25.57 -
YUV 132.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 218 89 135 0 0.59 0.38 0.15 338.6 0.64 0.6
Hex DA 59 87 0 3B 26 F 153 40 3C
Octal 332 131 207 0 73 46 17 523 100 74
Binary 11011010 1011001 10000111 0 111011 100110 1111 101010011 1000000 111100

Color Harmonies of #DA5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5987

Black with #DA5987

Text Example


Text Example

White with #DA5987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5987; }

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

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

background-color css

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

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

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

border-color css

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

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

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