Html Css Color HEX #D8464E Mandy

📋 copy color: '#D8464E'

red 216 ◦ green 70 ◦ blue 78

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

Shades of Mandy #D8464E

Tints of Mandy #D8464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.43%

R = 59.34%
G = 19.23%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8464E (or 0xD8464E) is known color: Mandy. HEX triplet: D8, 46 and 4E. RGB value is (216,70,78). Sum of RGB (Red+Green+Blue) = 216+70+78=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8464E is #27B9B1. Grayscale: #727272. Windows color (decimal): -2603442 or 5129944. OLE color: 5129944.

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

Color convert

RGB 216 70 78 -
CMYK 0 0.68 0.64 0.15
HSL 356.71º 0.65% 0.56% -
HSV(B) 356.71º 0.68% 0.85% -
XYZ 31.88 19.53 9.3 -
YUV 114.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 216 70 78 0 0.68 0.64 0.15 356.71 0.65 0.56
Hex D8 46 4E 0 44 40 F 165 41 38
Octal 330 106 116 0 104 100 17 545 101 70
Binary 11011000 1000110 1001110 0 1000100 1000000 1111 101100101 1000001 111000

Color Harmonies of #D8464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8464E

Black with #D8464E

Text Example


Text Example

White with #D8464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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