Html Css Color HEX #D9495B Mandy

📋 copy color: '#D9495B'

red 217 ◦ green 73 ◦ blue 91

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

Shades of Mandy #D9495B

Tints of Mandy #D9495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 56.96%
G = 19.16%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9495B (or 0xD9495B) is known color: Mandy. HEX triplet: D9, 49 and 5B. RGB value is (217,73,91). Sum of RGB (Red+Green+Blue) = 217+73+91=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9495B is #26B6A4. Grayscale: #767676. Windows color (decimal): -2537125 or 5982681. OLE color: 5982681.

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

Color convert

RGB 217 73 91 -
CMYK 0 0.66 0.58 0.15
HSL 352.5º 0.65% 0.57% -
HSV(B) 352.5º 0.66% 0.85% -
XYZ 32.89 20.27 12.08 -
YUV 118.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 217 73 91 0 0.66 0.58 0.15 352.5 0.65 0.57
Hex D9 49 5B 0 42 3A F 160 41 39
Octal 331 111 133 0 102 72 17 540 101 71
Binary 11011001 1001001 1011011 0 1000010 111010 1111 101100000 1000001 111001

Color Harmonies of #D9495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9495B

Black with #D9495B

Text Example


Text Example

White with #D9495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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