Html Css Color HEX #D8475F Mandy

📋 copy color: '#D8475F'

red 216 ◦ green 71 ◦ blue 95

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

Shades of Mandy #D8475F

Tints of Mandy #D8475F

RGB

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

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

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

R = 56.54%
G = 18.59%
B = 24.87%

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

#D8475F (or 0xD8475F) is known color: Mandy. HEX triplet: D8, 47 and 5F. RGB value is (216,71,95). Sum of RGB (Red+Green+Blue) = 216+71+95=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8475F is #27B8A0. Grayscale: #757575. Windows color (decimal): -2603169 or 6244312. OLE color: 6244312.

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

Color convert

RGB 216 71 95 -
CMYK 0 0.67 0.56 0.15
HSL 350.07º 0.65% 0.56% -
HSV(B) 350.07º 0.67% 0.85% -
XYZ 32.64 19.93 12.95 -
YUV 117.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 216 71 95 0 0.67 0.56 0.15 350.07 0.65 0.56
Hex D8 47 5F 0 43 38 F 15E 41 38
Octal 330 107 137 0 103 70 17 536 101 70
Binary 11011000 1000111 1011111 0 1000011 111000 1111 101011110 1000001 111000

Color Harmonies of #D8475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8475F

Black with #D8475F

Text Example


Text Example

White with #D8475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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