Html Css Color HEX #DA5788 Dark Pink

📋 copy color: '#DA5788'

red 218 ◦ green 87 ◦ blue 136

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

Shades of Dark Pink #DA5788

Tints of Dark Pink #DA5788

RGB

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

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

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

R = 49.43%
G = 19.73%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA5788 (or 0xDA5788) is known color: Dark Pink. HEX triplet: DA, 57 and 88. RGB value is (218,87,136). Sum of RGB (Red+Green+Blue) = 218+87+136=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5788 is #25A877. Grayscale: #838383. Windows color (decimal): -2467960 or 8935386. OLE color: 8935386.

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

Color convert

RGB 218 87 136 -
CMYK 0 0.60 0.38 0.15
HSL 337.56º 0.64% 0.6% -
HSV(B) 337.56º 0.6% 0.85% -
XYZ 36.77 23.5 25.89 -
YUV 131.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 218 87 136 0 0.60 0.38 0.15 337.56 0.64 0.6
Hex DA 57 88 0 3C 26 F 152 40 3C
Octal 332 127 210 0 74 46 17 522 100 74
Binary 11011010 1010111 10001000 0 111100 100110 1111 101010010 1000000 111100

Color Harmonies of #DA5788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5788

Black with #DA5788

Text Example


Text Example

White with #DA5788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5788; }

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

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

background-color css

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

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

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

border-color css

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

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

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