Html Css Color HEX #D8475E Mandy

📋 copy color: '#D8475E'

red 216 ◦ green 71 ◦ blue 94

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

Shades of Mandy #D8475E

Tints of Mandy #D8475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 56.69%
G = 18.64%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8475E (or 0xD8475E) is known color: Mandy. HEX triplet: D8, 47 and 5E. RGB value is (216,71,94). Sum of RGB (Red+Green+Blue) = 216+71+94=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8475E is #27B8A1. Grayscale: #757575. Windows color (decimal): -2603170 or 6178776. OLE color: 6178776.

HSL color Cylindrical-coordinate representation of color #D8475E: hue angle of 350.48º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8475E is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 71 94 -
CMYK 0 0.67 0.56 0.15
HSL 350.48º 0.65% 0.56% -
HSV(B) 350.48º 0.67% 0.85% -
XYZ 32.59 19.91 12.72 -
YUV 116.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 216 71 94 0 0.67 0.56 0.15 350.48 0.65 0.56
Hex D8 47 5E 0 43 38 F 15E 41 38
Octal 330 107 136 0 103 70 17 536 101 70
Binary 11011000 1000111 1011110 0 1000011 111000 1111 101011110 1000001 111000

Color Harmonies of #D8475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8475E

Black with #D8475E

Text Example


Text Example

White with #D8475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8475E; }

 p { color: rgb(216,71,94); }

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

background-color css

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

 a { background-color: rgb(216,71,94); }

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

border-color css

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

 span { border-color: rgb(216,71,94); }

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