Html Css Color HEX #DA5985 Dark Pink

📋 copy color: '#DA5985'

red 218 ◦ green 89 ◦ blue 133

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

Shades of Dark Pink #DA5985

Tints of Dark Pink #DA5985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 49.55%
G = 20.23%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA5985 (or 0xDA5985) is known color: Dark Pink. HEX triplet: DA, 59 and 85. RGB value is (218,89,133). Sum of RGB (Red+Green+Blue) = 218+89+133=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5985 is #25A67A. Grayscale: #848484. Windows color (decimal): -2467451 or 8739290. OLE color: 8739290.

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

Color convert

RGB 218 89 133 -
CMYK 0 0.59 0.39 0.15
HSL 339.53º 0.64% 0.6% -
HSV(B) 339.53º 0.59% 0.85% -
XYZ 36.72 23.74 24.84 -
YUV 132.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 218 89 133 0 0.59 0.39 0.15 339.53 0.64 0.6
Hex DA 59 85 0 3B 27 F 154 40 3C
Octal 332 131 205 0 73 47 17 524 100 74
Binary 11011010 1011001 10000101 0 111011 100111 1111 101010100 1000000 111100

Color Harmonies of #DA5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5985

Black with #DA5985

Text Example


Text Example

White with #DA5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5985; }

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

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

background-color css

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

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

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

border-color css

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

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

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