Html Css Color HEX #D1494C Mandy

📋 copy color: '#D1494C'

red 209 ◦ green 73 ◦ blue 76

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

Shades of Mandy #D1494C

Tints of Mandy #D1494C

RGB

 RED value IS 209 (82.03% from 255) = 58.38%

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

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

R = 58.38%
G = 20.39%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1494C (or 0xD1494C) is known color: Mandy. HEX triplet: D1, 49 and 4C. RGB value is (209,73,76). Sum of RGB (Red+Green+Blue) = 209+73+76=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1494C is #2EB6B3. Grayscale: #727272. Windows color (decimal): -3061428 or 4999633. OLE color: 4999633.

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

Color convert

RGB 209 73 76 -
CMYK 0 0.65 0.64 0.18
HSL 358.68º 0.6% 0.55% -
HSV(B) 358.68º 0.65% 0.82% -
XYZ 29.98 18.84 8.89 -
YUV 114.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 209 73 76 0 0.65 0.64 0.18 358.68 0.6 0.55
Hex D1 49 4C 0 41 40 12 167 3C 37
Octal 321 111 114 0 101 100 22 547 74 67
Binary 11010001 1001001 1001100 0 1000001 1000000 10010 101100111 111100 110111

Color Harmonies of #D1494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1494C

Black with #D1494C

Text Example


Text Example

White with #D1494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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