Html Css Color HEX #D8465D Mandy

📋 copy color: '#D8465D'

red 216 ◦ green 70 ◦ blue 93

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

Shades of Mandy #D8465D

Tints of Mandy #D8465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 56.99%
G = 18.47%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8465D (or 0xD8465D) is known color: Mandy. HEX triplet: D8, 46 and 5D. RGB value is (216,70,93). Sum of RGB (Red+Green+Blue) = 216+70+93=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8465D is #27B9A2. Grayscale: #747474. Windows color (decimal): -2603427 or 6112984. OLE color: 6112984.

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

Color convert

RGB 216 70 93 -
CMYK 0 0.68 0.57 0.15
HSL 350.55º 0.65% 0.56% -
HSV(B) 350.55º 0.68% 0.85% -
XYZ 32.48 19.77 12.46 -
YUV 116.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 216 70 93 0 0.68 0.57 0.15 350.55 0.65 0.56
Hex D8 46 5D 0 44 39 F 15F 41 38
Octal 330 106 135 0 104 71 17 537 101 70
Binary 11011000 1000110 1011101 0 1000100 111001 1111 101011111 1000001 111000

Color Harmonies of #D8465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8465D

Black with #D8465D

Text Example


Text Example

White with #D8465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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