Html Css Color HEX #DA505F Mandy

📋 copy color: '#DA505F'

red 218 ◦ green 80 ◦ blue 95

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

Shades of Mandy #DA505F

Tints of Mandy #DA505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.36%

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 55.47%
G = 20.36%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA505F (or 0xDA505F) is known color: Mandy. HEX triplet: DA, 50 and 5F. RGB value is (218,80,95). Sum of RGB (Red+Green+Blue) = 218+80+95=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA505F is #25AFA0. Grayscale: #7B7B7B. Windows color (decimal): -2469793 or 6246618. OLE color: 6246618.

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

Color convert

RGB 218 80 95 -
CMYK 0 0.63 0.56 0.15
HSL 353.48º 0.65% 0.58% -
HSV(B) 353.48º 0.63% 0.85% -
XYZ 33.85 21.47 13.19 -
YUV 122.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 218 80 95 0 0.63 0.56 0.15 353.48 0.65 0.58
Hex DA 50 5F 0 3F 38 F 161 41 3A
Octal 332 120 137 0 77 70 17 541 101 72
Binary 11011010 1010000 1011111 0 111111 111000 1111 101100001 1000001 111010

Color Harmonies of #DA505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA505F

Black with #DA505F

Text Example


Text Example

White with #DA505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA505F; }

 p { color: rgb(218,80,95); }

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

background-color css

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

 a { background-color: rgb(218,80,95); }

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

border-color css

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

 span { border-color: rgb(218,80,95); }

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