Html Css Color HEX #D9494C Mandy

📋 copy color: '#D9494C'

red 217 ◦ green 73 ◦ blue 76

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

Shades of Mandy #D9494C

Tints of Mandy #D9494C

RGB

 RED value IS 217 (85.16% from 255) = 59.29%

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

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

R = 59.29%
G = 19.95%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9494C (or 0xD9494C) is known color: Mandy. HEX triplet: D9, 49 and 4C. RGB value is (217,73,76). Sum of RGB (Red+Green+Blue) = 217+73+76=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9494C is #26B6B3. Grayscale: #747474. Windows color (decimal): -2537140 or 4999641. OLE color: 4999641.

HSL color Cylindrical-coordinate representation of color #D9494C: hue angle of 358.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9494C is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 76 -
CMYK 0 0.66 0.65 0.15
HSL 358.75º 0.65% 0.57% -
HSV(B) 358.75º 0.66% 0.85% -
XYZ 32.3 20.04 9 -
YUV 116.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 217 73 76 0 0.66 0.65 0.15 358.75 0.65 0.57
Hex D9 49 4C 0 42 41 F 167 41 39
Octal 331 111 114 0 102 101 17 547 101 71
Binary 11011001 1001001 1001100 0 1000010 1000001 1111 101100111 1000001 111001

Color Harmonies of #D9494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9494C

Black with #D9494C

Text Example


Text Example

White with #D9494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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