Html Css Color HEX #D8464F Mandy

📋 copy color: '#D8464F'

red 216 ◦ green 70 ◦ blue 79

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

Shades of Mandy #D8464F

Tints of Mandy #D8464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 59.18%
G = 19.18%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8464F (or 0xD8464F) is known color: Mandy. HEX triplet: D8, 46 and 4F. RGB value is (216,70,79). Sum of RGB (Red+Green+Blue) = 216+70+79=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8464F is #27B9B0. Grayscale: #727272. Windows color (decimal): -2603441 or 5195480. OLE color: 5195480.

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

Color convert

RGB 216 70 79 -
CMYK 0 0.68 0.63 0.15
HSL 356.3º 0.65% 0.56% -
HSV(B) 356.3º 0.68% 0.85% -
XYZ 31.92 19.54 9.49 -
YUV 114.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 216 70 79 0 0.68 0.63 0.15 356.3 0.65 0.56
Hex D8 46 4F 0 44 3F F 164 41 38
Octal 330 106 117 0 104 77 17 544 101 70
Binary 11011000 1000110 1001111 0 1000100 111111 1111 101100100 1000001 111000

Color Harmonies of #D8464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8464F

Black with #D8464F

Text Example


Text Example

White with #D8464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8464F; }

 p { color: rgb(216,70,79); }

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

background-color css

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

 a { background-color: rgb(216,70,79); }

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

border-color css

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

 span { border-color: rgb(216,70,79); }

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