Html Css Color HEX #D7494C Mandy

📋 copy color: '#D7494C'

red 215 ◦ green 73 ◦ blue 76

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

Shades of Mandy #D7494C

Tints of Mandy #D7494C

RGB

 RED value IS 215 (84.38% from 255) = 59.07%

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

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

R = 59.07%
G = 20.05%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7494C (or 0xD7494C) is known color: Mandy. HEX triplet: D7, 49 and 4C. RGB value is (215,73,76). Sum of RGB (Red+Green+Blue) = 215+73+76=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7494C is #28B6B3. Grayscale: #737373. Windows color (decimal): -2668212 or 4999639. OLE color: 4999639.

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

Color convert

RGB 215 73 76 -
CMYK 0 0.66 0.65 0.16
HSL 358.73º 0.64% 0.56% -
HSV(B) 358.73º 0.66% 0.84% -
XYZ 31.71 19.73 8.98 -
YUV 115.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 215 73 76 0 0.66 0.65 0.16 358.73 0.64 0.56
Hex D7 49 4C 0 42 41 10 167 40 38
Octal 327 111 114 0 102 101 20 547 100 70
Binary 11010111 1001001 1001100 0 1000010 1000001 10000 101100111 1000000 111000

Color Harmonies of #D7494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7494C

Black with #D7494C

Text Example


Text Example

White with #D7494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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