Html Css Color HEX #DA5A5D Mandy

📋 copy color: '#DA5A5D'

red 218 ◦ green 90 ◦ blue 93

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

Shades of Mandy #DA5A5D

Tints of Mandy #DA5A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 54.36%
G = 22.44%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA5A5D (or 0xDA5A5D) is known color: Mandy. HEX triplet: DA, 5A and 5D. RGB value is (218,90,93). Sum of RGB (Red+Green+Blue) = 218+90+93=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A5D is #25A5A2. Grayscale: #808080. Windows color (decimal): -2467235 or 6118106. OLE color: 6118106.

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

Color convert

RGB 218 90 93 -
CMYK 0 0.59 0.57 0.15
HSL 358.59º 0.63% 0.6% -
HSV(B) 358.59º 0.59% 0.85% -
XYZ 34.55 23.01 12.98 -
YUV 128.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 218 90 93 0 0.59 0.57 0.15 358.59 0.63 0.6
Hex DA 5A 5D 0 3B 39 F 167 3F 3C
Octal 332 132 135 0 73 71 17 547 77 74
Binary 11011010 1011010 1011101 0 111011 111001 1111 101100111 111111 111100

Color Harmonies of #DA5A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A5D

Black with #DA5A5D

Text Example


Text Example

White with #DA5A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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