Html Css Color HEX #DA4A5D Mandy

📋 copy color: '#DA4A5D'

red 218 ◦ green 74 ◦ blue 93

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

Shades of Mandy #DA4A5D

Tints of Mandy #DA4A5D

RGB

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

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

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

R = 56.62%
G = 19.22%
B = 24.16%

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

#DA4A5D (or 0xDA4A5D) is known color: Mandy. HEX triplet: DA, 4A and 5D. RGB value is (218,74,93). Sum of RGB (Red+Green+Blue) = 218+74+93=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A5D is #25B5A2. Grayscale: #777777. Windows color (decimal): -2471331 or 6114010. OLE color: 6114010.

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

Color convert

RGB 218 74 93 -
CMYK 0 0.66 0.57 0.15
HSL 352.08º 0.66% 0.57% -
HSV(B) 352.08º 0.66% 0.85% -
XYZ 33.34 20.59 12.57 -
YUV 119.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 218 74 93 0 0.66 0.57 0.15 352.08 0.66 0.57
Hex DA 4A 5D 0 42 39 F 160 42 39
Octal 332 112 135 0 102 71 17 540 102 71
Binary 11011010 1001010 1011101 0 1000010 111001 1111 101100000 1000010 111001

Color Harmonies of #DA4A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A5D

Black with #DA4A5D

Text Example


Text Example

White with #DA4A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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