Html Css Color HEX #D3494D Mandy

📋 copy color: '#D3494D'

red 211 ◦ green 73 ◦ blue 77

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

Shades of Mandy #D3494D

Tints of Mandy #D3494D

RGB

 RED value IS 211 (82.81% from 255) = 58.45%

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

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

R = 58.45%
G = 20.22%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3494D (or 0xD3494D) is known color: Mandy. HEX triplet: D3, 49 and 4D. RGB value is (211,73,77). Sum of RGB (Red+Green+Blue) = 211+73+77=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D3494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3494D is #2CB6B2. Grayscale: #727272. Windows color (decimal): -2930355 or 5065171. OLE color: 5065171.

HSL color Cylindrical-coordinate representation of color #D3494D: hue angle of 358.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3494D is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 77 -
CMYK 0 0.65 0.64 0.17
HSL 358.26º 0.61% 0.56% -
HSV(B) 358.26º 0.65% 0.83% -
XYZ 30.59 19.15 9.11 -
YUV 114.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 211 73 77 0 0.65 0.64 0.17 358.26 0.61 0.56
Hex D3 49 4D 0 41 40 11 166 3D 38
Octal 323 111 115 0 101 100 21 546 75 70
Binary 11010011 1001001 1001101 0 1000001 1000000 10001 101100110 111101 111000

Color Harmonies of #D3494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3494D

Black with #D3494D

Text Example


Text Example

White with #D3494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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