Html Css Color HEX #D8495F Mandy

📋 copy color: '#D8495F'

red 216 ◦ green 73 ◦ blue 95

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

Shades of Mandy #D8495F

Tints of Mandy #D8495F

RGB

 RED value IS 216 (84.77% from 255) = 56.25%

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

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

R = 56.25%
G = 19.01%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8495F (or 0xD8495F) is known color: Mandy. HEX triplet: D8, 49 and 5F. RGB value is (216,73,95). Sum of RGB (Red+Green+Blue) = 216+73+95=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D8495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8495F is #27B6A0. Grayscale: #767676. Windows color (decimal): -2602657 or 6244824. OLE color: 6244824.

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

Color convert

RGB 216 73 95 -
CMYK 0 0.66 0.56 0.15
HSL 350.77º 0.65% 0.57% -
HSV(B) 350.77º 0.66% 0.85% -
XYZ 32.77 20.19 13 -
YUV 118.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 216 73 95 0 0.66 0.56 0.15 350.77 0.65 0.57
Hex D8 49 5F 0 42 38 F 15F 41 39
Octal 330 111 137 0 102 70 17 537 101 71
Binary 11011000 1001001 1011111 0 1000010 111000 1111 101011111 1000001 111001

Color Harmonies of #D8495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8495F

Black with #D8495F

Text Example


Text Example

White with #D8495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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