Html Css Color HEX #D7495B Mandy

📋 copy color: '#D7495B'

red 215 ◦ green 73 ◦ blue 91

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

Shades of Mandy #D7495B

Tints of Mandy #D7495B

RGB

 RED value IS 215 (84.38% from 255) = 56.73%

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

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

R = 56.73%
G = 19.26%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7495B (or 0xD7495B) is known color: Mandy. HEX triplet: D7, 49 and 5B. RGB value is (215,73,91). Sum of RGB (Red+Green+Blue) = 215+73+91=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7495B is #28B6A4. Grayscale: #757575. Windows color (decimal): -2668197 or 5982679. OLE color: 5982679.

HSL color Cylindrical-coordinate representation of color #D7495B: hue angle of 352.39º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7495B is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 91 -
CMYK 0 0.66 0.58 0.16
HSL 352.39º 0.64% 0.56% -
HSV(B) 352.39º 0.66% 0.84% -
XYZ 32.3 19.97 12.05 -
YUV 117.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 215 73 91 0 0.66 0.58 0.16 352.39 0.64 0.56
Hex D7 49 5B 0 42 3A 10 160 40 38
Octal 327 111 133 0 102 72 20 540 100 70
Binary 11010111 1001001 1011011 0 1000010 111010 10000 101100000 1000000 111000

Color Harmonies of #D7495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7495B

Black with #D7495B

Text Example


Text Example

White with #D7495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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