Html Css Color HEX #DA5153 Mandy

📋 copy color: '#DA5153'

red 218 ◦ green 81 ◦ blue 83

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

Shades of Mandy #DA5153

Tints of Mandy #DA5153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 57.07%
G = 21.2%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA5153 (or 0xDA5153) is known color: Mandy. HEX triplet: DA, 51 and 53. RGB value is (218,81,83). Sum of RGB (Red+Green+Blue) = 218+81+83=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5153 is #25AEAC. Grayscale: #7A7A7A. Windows color (decimal): -2469549 or 5460442. OLE color: 5460442.

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

Color convert

RGB 218 81 83 -
CMYK 0 0.63 0.62 0.15
HSL 359.12º 0.65% 0.59% -
HSV(B) 359.12º 0.63% 0.85% -
XYZ 33.42 21.41 10.56 -
YUV 122.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 218 81 83 0 0.63 0.62 0.15 359.12 0.65 0.59
Hex DA 51 53 0 3F 3E F 167 41 3B
Octal 332 121 123 0 77 76 17 547 101 73
Binary 11011010 1010001 1010011 0 111111 111110 1111 101100111 1000001 111011

Color Harmonies of #DA5153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5153

Black with #DA5153

Text Example


Text Example

White with #DA5153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5153; }

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

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

background-color css

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

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

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

border-color css

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

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

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