Html Css Color HEX #D0494D Mandy

📋 copy color: '#D0494D'

red 208 ◦ green 73 ◦ blue 77

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

Shades of Mandy #D0494D

Tints of Mandy #D0494D

RGB

 RED value IS 208 (81.64% from 255) = 58.1%

 GREEN value IS 73 (28.91% from 255) = 20.39%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 58.1%
G = 20.39%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0494D (or 0xD0494D) is known color: Mandy. HEX triplet: D0, 49 and 4D. RGB value is (208,73,77). Sum of RGB (Red+Green+Blue) = 208+73+77=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0494D is #2FB6B2. Grayscale: #717171. Windows color (decimal): -3126963 or 5065168. OLE color: 5065168.

HSL color Cylindrical-coordinate representation of color #D0494D: hue angle of 358.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0494D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 77 -
CMYK 0 0.65 0.63 0.18
HSL 358.22º 0.59% 0.55% -
HSV(B) 358.22º 0.65% 0.82% -
XYZ 29.73 18.71 9.07 -
YUV 113.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 208 73 77 0 0.65 0.63 0.18 358.22 0.59 0.55
Hex D0 49 4D 0 41 3F 12 166 3B 37
Octal 320 111 115 0 101 77 22 546 73 67
Binary 11010000 1001001 1001101 0 1000001 111111 10010 101100110 111011 110111

Color Harmonies of #D0494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0494D

Black with #D0494D

Text Example


Text Example

White with #D0494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0494D; }

 p { color: rgb(208,73,77); }

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

background-color css

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

 a { background-color: rgb(208,73,77); }

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

border-color css

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

 span { border-color: rgb(208,73,77); }

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