Html Css Color HEX #DA5988 Dark Pink

📋 copy color: '#DA5988'

red 218 ◦ green 89 ◦ blue 136

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

Shades of Dark Pink #DA5988

Tints of Dark Pink #DA5988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.7%

R = 49.21%
G = 20.09%
B = 30.7%

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

#DA5988 (or 0xDA5988) is known color: Dark Pink. HEX triplet: DA, 59 and 88. RGB value is (218,89,136). Sum of RGB (Red+Green+Blue) = 218+89+136=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5988 is #25A677. Grayscale: #848484. Windows color (decimal): -2467448 or 8935898. OLE color: 8935898.

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

Color convert

RGB 218 89 136 -
CMYK 0 0.59 0.38 0.15
HSL 338.14º 0.64% 0.6% -
HSV(B) 338.14º 0.59% 0.85% -
XYZ 36.93 23.83 25.95 -
YUV 132.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 218 89 136 0 0.59 0.38 0.15 338.14 0.64 0.6
Hex DA 59 88 0 3B 26 F 152 40 3C
Octal 332 131 210 0 73 46 17 522 100 74
Binary 11011010 1011001 10001000 0 111011 100110 1111 101010010 1000000 111100

Color Harmonies of #DA5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5988

Black with #DA5988

Text Example


Text Example

White with #DA5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5988; }

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

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

background-color css

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

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

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

border-color css

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

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

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