Html Css Color HEX #DA4151 Mandy

📋 copy color: '#DA4151'

red 218 ◦ green 65 ◦ blue 81

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

Shades of Mandy #DA4151

Tints of Mandy #DA4151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

 BLUE value IS 81 (32.03% from 255) = 22.25%

R = 59.89%
G = 17.86%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA4151 (or 0xDA4151) is known color: Mandy. HEX triplet: DA, 41 and 51. RGB value is (218,65,81). Sum of RGB (Red+Green+Blue) = 218+65+81=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4151 is #25BEAE. Grayscale: #707070. Windows color (decimal): -2473647 or 5325274. OLE color: 5325274.

HSL color Cylindrical-coordinate representation of color #DA4151: hue angle of 353.73º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4151 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 81 -
CMYK 0 0.70 0.63 0.15
HSL 353.73º 0.67% 0.55% -
HSV(B) 353.73º 0.7% 0.85% -
XYZ 32.29 19.28 9.8 -
YUV 112.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 218 65 81 0 0.70 0.63 0.15 353.73 0.67 0.55
Hex DA 41 51 0 46 3F F 162 43 37
Octal 332 101 121 0 106 77 17 542 103 67
Binary 11011010 1000001 1010001 0 1000110 111111 1111 101100010 1000011 110111

Color Harmonies of #DA4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4151

Black with #DA4151

Text Example


Text Example

White with #DA4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4151; }

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

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

background-color css

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

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

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

border-color css

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

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

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