Html Css Color HEX #D9495A Mandy

📋 copy color: '#D9495A'

red 217 ◦ green 73 ◦ blue 90

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

Shades of Mandy #D9495A

Tints of Mandy #D9495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 57.11%
G = 19.21%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9495A (or 0xD9495A) is known color: Mandy. HEX triplet: D9, 49 and 5A. RGB value is (217,73,90). Sum of RGB (Red+Green+Blue) = 217+73+90=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9495A is #26B6A5. Grayscale: #767676. Windows color (decimal): -2537126 or 5917145. OLE color: 5917145.

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

Color convert

RGB 217 73 90 -
CMYK 0 0.66 0.59 0.15
HSL 352.92º 0.65% 0.57% -
HSV(B) 352.92º 0.66% 0.85% -
XYZ 32.84 20.25 11.85 -
YUV 117.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 217 73 90 0 0.66 0.59 0.15 352.92 0.65 0.57
Hex D9 49 5A 0 42 3B F 161 41 39
Octal 331 111 132 0 102 73 17 541 101 71
Binary 11011001 1001001 1011010 0 1000010 111011 1111 101100001 1000001 111001

Color Harmonies of #D9495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9495A

Black with #D9495A

Text Example


Text Example

White with #D9495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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