Html Css Color HEX #D8465E Mandy

📋 copy color: '#D8465E'

red 216 ◦ green 70 ◦ blue 94

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

Shades of Mandy #D8465E

Tints of Mandy #D8465E

RGB

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

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

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

R = 56.84%
G = 18.42%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8465E (or 0xD8465E) is known color: Mandy. HEX triplet: D8, 46 and 5E. RGB value is (216,70,94). Sum of RGB (Red+Green+Blue) = 216+70+94=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8465E is #27B9A1. Grayscale: #747474. Windows color (decimal): -2603426 or 6178520. OLE color: 6178520.

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

Color convert

RGB 216 70 94 -
CMYK 0 0.68 0.56 0.15
HSL 350.14º 0.65% 0.56% -
HSV(B) 350.14º 0.68% 0.85% -
XYZ 32.53 19.79 12.69 -
YUV 116.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 216 70 94 0 0.68 0.56 0.15 350.14 0.65 0.56
Hex D8 46 5E 0 44 38 F 15E 41 38
Octal 330 106 136 0 104 70 17 536 101 70
Binary 11011000 1000110 1011110 0 1000100 111000 1111 101011110 1000001 111000

Color Harmonies of #D8465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8465E

Black with #D8465E

Text Example


Text Example

White with #D8465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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