Html Css Color HEX #D64849 Mandy

📋 copy color: '#D64849'

red 214 ◦ green 72 ◦ blue 73

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

Shades of Mandy #D64849

Tints of Mandy #D64849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 59.61%
G = 20.06%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D64849 (or 0xD64849) is known color: Mandy. HEX triplet: D6, 48 and 49. RGB value is (214,72,73). Sum of RGB (Red+Green+Blue) = 214+72+73=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D64849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64849 is #29B7B6. Grayscale: #727272. Windows color (decimal): -2734007 or 4802774. OLE color: 4802774.

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

Color convert

RGB 214 72 73 -
CMYK 0 0.66 0.66 0.16
HSL 359.58º 0.63% 0.56% -
HSV(B) 359.58º 0.66% 0.84% -
XYZ 31.25 19.41 8.4 -
YUV 114.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 214 72 73 0 0.66 0.66 0.16 359.58 0.63 0.56
Hex D6 48 49 0 42 42 10 168 3F 38
Octal 326 110 111 0 102 102 20 550 77 70
Binary 11010110 1001000 1001001 0 1000010 1000010 10000 101101000 111111 111000

Color Harmonies of #D64849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64849

Black with #D64849

Text Example


Text Example

White with #D64849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64849; }

 p { color: rgb(214,72,73); }

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

background-color css

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

 a { background-color: rgb(214,72,73); }

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

border-color css

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

 span { border-color: rgb(214,72,73); }

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