Html Css Color HEX #DA4F5A Mandy

📋 copy color: '#DA4F5A'

red 218 ◦ green 79 ◦ blue 90

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

Shades of Mandy #DA4F5A

Tints of Mandy #DA4F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 56.33%
G = 20.41%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA4F5A (or 0xDA4F5A) is known color: Mandy. HEX triplet: DA, 4F and 5A. RGB value is (218,79,90). Sum of RGB (Red+Green+Blue) = 218+79+90=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4F5A is #25B0A5. Grayscale: #797979. Windows color (decimal): -2470054 or 5918682. OLE color: 5918682.

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

Color convert

RGB 218 79 90 -
CMYK 0 0.64 0.59 0.15
HSL 355.25º 0.65% 0.58% -
HSV(B) 355.25º 0.64% 0.85% -
XYZ 33.55 21.24 12 -
YUV 121.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 218 79 90 0 0.64 0.59 0.15 355.25 0.65 0.58
Hex DA 4F 5A 0 40 3B F 163 41 3A
Octal 332 117 132 0 100 73 17 543 101 72
Binary 11011010 1001111 1011010 0 1000000 111011 1111 101100011 1000001 111010

Color Harmonies of #DA4F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F5A

Black with #DA4F5A

Text Example


Text Example

White with #DA4F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F5A; }

 p { color: rgb(218,79,90); }

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

background-color css

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

 a { background-color: rgb(218,79,90); }

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

border-color css

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

 span { border-color: rgb(218,79,90); }

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