Html Css Color HEX #DA5C87 Dark Pink

📋 copy color: '#DA5C87'

red 218 ◦ green 92 ◦ blue 135

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

Shades of Dark Pink #DA5C87

Tints of Dark Pink #DA5C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.67%

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

R = 48.99%
G = 20.67%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA5C87 (or 0xDA5C87) is known color: Dark Pink. HEX triplet: DA, 5C and 87. RGB value is (218,92,135). Sum of RGB (Red+Green+Blue) = 218+92+135=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C87 is #25A378. Grayscale: #868686. Windows color (decimal): -2466681 or 8871130. OLE color: 8871130.

HSL color Cylindrical-coordinate representation of color #DA5C87: hue angle of 339.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C87 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 92 135 -
CMYK 0 0.58 0.38 0.15
HSL 339.52º 0.63% 0.61% -
HSV(B) 339.52º 0.58% 0.85% -
XYZ 37.11 24.31 25.66 -
YUV 134.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 218 92 135 0 0.58 0.38 0.15 339.52 0.63 0.61
Hex DA 5C 87 0 3A 26 F 154 3F 3D
Octal 332 134 207 0 72 46 17 524 77 75
Binary 11011010 1011100 10000111 0 111010 100110 1111 101010100 111111 111101

Color Harmonies of #DA5C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C87

Black with #DA5C87

Text Example


Text Example

White with #DA5C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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