Html Css Color HEX #DA4A5E Mandy

📋 copy color: '#DA4A5E'

red 218 ◦ green 74 ◦ blue 94

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

Shades of Mandy #DA4A5E

Tints of Mandy #DA4A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

 BLUE value IS 94 (37.11% from 255) = 24.35%

R = 56.48%
G = 19.17%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA4A5E (or 0xDA4A5E) is known color: Mandy. HEX triplet: DA, 4A and 5E. RGB value is (218,74,94). Sum of RGB (Red+Green+Blue) = 218+74+94=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A5E is #25B5A1. Grayscale: #777777. Windows color (decimal): -2471330 or 6179546. OLE color: 6179546.

HSL color Cylindrical-coordinate representation of color #DA4A5E: hue angle of 351.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4A5E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 74 94 -
CMYK 0 0.66 0.57 0.15
HSL 351.67º 0.66% 0.57% -
HSV(B) 351.67º 0.66% 0.85% -
XYZ 33.38 20.61 12.81 -
YUV 119.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 218 74 94 0 0.66 0.57 0.15 351.67 0.66 0.57
Hex DA 4A 5E 0 42 39 F 160 42 39
Octal 332 112 136 0 102 71 17 540 102 71
Binary 11011010 1001010 1011110 0 1000010 111001 1111 101100000 1000010 111001

Color Harmonies of #DA4A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A5E

Black with #DA4A5E

Text Example


Text Example

White with #DA4A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A5E; }

 p { color: rgb(218,74,94); }

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

background-color css

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

 a { background-color: rgb(218,74,94); }

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

border-color css

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

 span { border-color: rgb(218,74,94); }

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