Html Css Color HEX #DA5152 Mandy

📋 copy color: '#DA5152'

red 218 ◦ green 81 ◦ blue 82

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

Shades of Mandy #DA5152

Tints of Mandy #DA5152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 57.22%
G = 21.26%
B = 21.52%

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

#DA5152 (or 0xDA5152) is known color: Mandy. HEX triplet: DA, 51 and 52. RGB value is (218,81,82). Sum of RGB (Red+Green+Blue) = 218+81+82=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5152 is #25AEAD. Grayscale: #7A7A7A. Windows color (decimal): -2469550 or 5394906. OLE color: 5394906.

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

Color convert

RGB 218 81 82 -
CMYK 0 0.63 0.62 0.15
HSL 359.56º 0.65% 0.59% -
HSV(B) 359.56º 0.63% 0.85% -
XYZ 33.38 21.4 10.35 -
YUV 122.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 218 81 82 0 0.63 0.62 0.15 359.56 0.65 0.59
Hex DA 51 52 0 3F 3E F 168 41 3B
Octal 332 121 122 0 77 76 17 550 101 73
Binary 11011010 1010001 1010010 0 111111 111110 1111 101101000 1000001 111011

Color Harmonies of #DA5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5152

Black with #DA5152

Text Example


Text Example

White with #DA5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5152; }

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

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

background-color css

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

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

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

border-color css

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

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

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