Html Css Color HEX #D7495F Mandy

📋 copy color: '#D7495F'

red 215 ◦ green 73 ◦ blue 95

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

Shades of Mandy #D7495F

Tints of Mandy #D7495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 56.14%
G = 19.06%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7495F (or 0xD7495F) is known color: Mandy. HEX triplet: D7, 49 and 5F. RGB value is (215,73,95). Sum of RGB (Red+Green+Blue) = 215+73+95=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D7495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7495F is #28B6A0. Grayscale: #767676. Windows color (decimal): -2668193 or 6244823. OLE color: 6244823.

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

Color convert

RGB 215 73 95 -
CMYK 0 0.66 0.56 0.16
HSL 350.7º 0.64% 0.56% -
HSV(B) 350.7º 0.66% 0.84% -
XYZ 32.47 20.04 12.98 -
YUV 117.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 215 73 95 0 0.66 0.56 0.16 350.7 0.64 0.56
Hex D7 49 5F 0 42 38 10 15F 40 38
Octal 327 111 137 0 102 70 20 537 100 70
Binary 11010111 1001001 1011111 0 1000010 111000 10000 101011111 1000000 111000

Color Harmonies of #D7495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7495F

Black with #D7495F

Text Example


Text Example

White with #D7495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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