Html Css Color HEX #DA5E85 Dark Pink

📋 copy color: '#DA5E85'

red 218 ◦ green 94 ◦ blue 133

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

Shades of Dark Pink #DA5E85

Tints of Dark Pink #DA5E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.12%

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

R = 48.99%
G = 21.12%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA5E85 (or 0xDA5E85) is known color: Dark Pink. HEX triplet: DA, 5E and 85. RGB value is (218,94,133). Sum of RGB (Red+Green+Blue) = 218+94+133=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E85 is #25A17A. Grayscale: #878787. Windows color (decimal): -2466171 or 8740570. OLE color: 8740570.

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

Color convert

RGB 218 94 133 -
CMYK 0 0.57 0.39 0.15
HSL 341.13º 0.63% 0.61% -
HSV(B) 341.13º 0.57% 0.85% -
XYZ 37.15 24.6 24.98 -
YUV 135.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 218 94 133 0 0.57 0.39 0.15 341.13 0.63 0.61
Hex DA 5E 85 0 39 27 F 155 3F 3D
Octal 332 136 205 0 71 47 17 525 77 75
Binary 11011010 1011110 10000101 0 111001 100111 1111 101010101 111111 111101

Color Harmonies of #DA5E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E85

Black with #DA5E85

Text Example


Text Example

White with #DA5E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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