Html Css Color HEX #DA5A5F Mandy

📋 copy color: '#DA5A5F'

red 218 ◦ green 90 ◦ blue 95

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

Shades of Mandy #DA5A5F

Tints of Mandy #DA5A5F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 54.09%
G = 22.33%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA5A5F (or 0xDA5A5F) is known color: Mandy. HEX triplet: DA, 5A and 5F. RGB value is (218,90,95). Sum of RGB (Red+Green+Blue) = 218+90+95=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A5F is #25A5A0. Grayscale: #808080. Windows color (decimal): -2467233 or 6249178. OLE color: 6249178.

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

Color convert

RGB 218 90 95 -
CMYK 0 0.59 0.56 0.15
HSL 357.66º 0.63% 0.6% -
HSV(B) 357.66º 0.59% 0.85% -
XYZ 34.64 23.04 13.45 -
YUV 128.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 218 90 95 0 0.59 0.56 0.15 357.66 0.63 0.6
Hex DA 5A 5F 0 3B 38 F 166 3F 3C
Octal 332 132 137 0 73 70 17 546 77 74
Binary 11011010 1011010 1011111 0 111011 111000 1111 101100110 111111 111100

Color Harmonies of #DA5A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A5F

Black with #DA5A5F

Text Example


Text Example

White with #DA5A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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