Html Css Color HEX #D64A59 Mandy

📋 copy color: '#D64A59'

red 214 ◦ green 74 ◦ blue 89

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

Shades of Mandy #D64A59

Tints of Mandy #D64A59

RGB

 RED value IS 214 (83.98% from 255) = 56.76%

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

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 56.76%
G = 19.63%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D64A59 (or 0xD64A59) is known color: Mandy. HEX triplet: D6, 4A and 59. RGB value is (214,74,89). Sum of RGB (Red+Green+Blue) = 214+74+89=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A59 is #29B5A6. Grayscale: #757575. Windows color (decimal): -2733479 or 5851862. OLE color: 5851862.

HSL color Cylindrical-coordinate representation of color #D64A59: hue angle of 353.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A59 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 74 89 -
CMYK 0 0.65 0.58 0.16
HSL 353.57º 0.63% 0.56% -
HSV(B) 353.57º 0.65% 0.84% -
XYZ 31.98 19.91 11.61 -
YUV 117.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 214 74 89 0 0.65 0.58 0.16 353.57 0.63 0.56
Hex D6 4A 59 0 41 3A 10 162 3F 38
Octal 326 112 131 0 101 72 20 542 77 70
Binary 11010110 1001010 1011001 0 1000001 111010 10000 101100010 111111 111000

Color Harmonies of #D64A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A59

Black with #D64A59

Text Example


Text Example

White with #D64A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A59; }

 p { color: rgb(214,74,89); }

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

background-color css

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

 a { background-color: rgb(214,74,89); }

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

border-color css

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

 span { border-color: rgb(214,74,89); }

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