Html Css Color HEX #DA515F Mandy

📋 copy color: '#DA515F'

red 218 ◦ green 81 ◦ blue 95

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

Shades of Mandy #DA515F

Tints of Mandy #DA515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.56%

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

R = 55.33%
G = 20.56%
B = 24.11%

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

#DA515F (or 0xDA515F) is known color: Mandy. HEX triplet: DA, 51 and 5F. RGB value is (218,81,95). Sum of RGB (Red+Green+Blue) = 218+81+95=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA515F is #25AEA0. Grayscale: #7B7B7B. Windows color (decimal): -2469537 or 6246874. OLE color: 6246874.

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

Color convert

RGB 218 81 95 -
CMYK 0 0.63 0.56 0.15
HSL 353.87º 0.65% 0.59% -
HSV(B) 353.87º 0.63% 0.85% -
XYZ 33.92 21.62 13.21 -
YUV 123.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 218 81 95 0 0.63 0.56 0.15 353.87 0.65 0.59
Hex DA 51 5F 0 3F 38 F 162 41 3B
Octal 332 121 137 0 77 70 17 542 101 73
Binary 11011010 1010001 1011111 0 111111 111000 1111 101100010 1000001 111011

Color Harmonies of #DA515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA515F

Black with #DA515F

Text Example


Text Example

White with #DA515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA515F; }

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

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

background-color css

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

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

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

border-color css

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

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

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