Html Css Color HEX #D3494C Mandy

📋 copy color: '#D3494C'

red 211 ◦ green 73 ◦ blue 76

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

Shades of Mandy #D3494C

Tints of Mandy #D3494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.11%

R = 58.61%
G = 20.28%
B = 21.11%

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

#D3494C (or 0xD3494C) is known color: Mandy. HEX triplet: D3, 49 and 4C. RGB value is (211,73,76). Sum of RGB (Red+Green+Blue) = 211+73+76=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D3494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3494C is #2CB6B3. Grayscale: #727272. Windows color (decimal): -2930356 or 4999635. OLE color: 4999635.

HSL color Cylindrical-coordinate representation of color #D3494C: hue angle of 358.7º 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 #D3494C is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 76 -
CMYK 0 0.65 0.64 0.17
HSL 358.7º 0.61% 0.56% -
HSV(B) 358.7º 0.65% 0.83% -
XYZ 30.55 19.14 8.92 -
YUV 114.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 211 73 76 0 0.65 0.64 0.17 358.7 0.61 0.56
Hex D3 49 4C 0 41 40 11 167 3D 38
Octal 323 111 114 0 101 100 21 547 75 70
Binary 11010011 1001001 1001100 0 1000001 1000000 10001 101100111 111101 111000

Color Harmonies of #D3494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3494C

Black with #D3494C

Text Example


Text Example

White with #D3494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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