Html Css Color HEX #D9495E Mandy

📋 copy color: '#D9495E'

red 217 ◦ green 73 ◦ blue 94

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

Shades of Mandy #D9495E

Tints of Mandy #D9495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.48%

R = 56.51%
G = 19.01%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9495E (or 0xD9495E) is known color: Mandy. HEX triplet: D9, 49 and 5E. RGB value is (217,73,94). Sum of RGB (Red+Green+Blue) = 217+73+94=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D9495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9495E is #26B6A1. Grayscale: #767676. Windows color (decimal): -2537122 or 6179289. OLE color: 6179289.

HSL color Cylindrical-coordinate representation of color #D9495E: hue angle of 351.25º 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 #D9495E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 94 -
CMYK 0 0.66 0.57 0.15
HSL 351.25º 0.65% 0.57% -
HSV(B) 351.25º 0.66% 0.85% -
XYZ 33.02 20.32 12.77 -
YUV 118.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 217 73 94 0 0.66 0.57 0.15 351.25 0.65 0.57
Hex D9 49 5E 0 42 39 F 15F 41 39
Octal 331 111 136 0 102 71 17 537 101 71
Binary 11011001 1001001 1011110 0 1000010 111001 1111 101011111 1000001 111001

Color Harmonies of #D9495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9495E

Black with #D9495E

Text Example


Text Example

White with #D9495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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