Html Css Color HEX #D86364 Mandy

📋 copy color: '#D86364'

red 216 ◦ green 99 ◦ blue 100

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

Shades of Mandy #D86364

Tints of Mandy #D86364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 100 (39.45% from 255) = 24.1%

R = 52.05%
G = 23.86%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D86364 (or 0xD86364) is known color: Mandy. HEX triplet: D8, 63 and 64. RGB value is (216,99,100). Sum of RGB (Red+Green+Blue) = 216+99+100=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86364 is #279C9B. Grayscale: #868686. Windows color (decimal): -2595996 or 6579160. OLE color: 6579160.

HSL color Cylindrical-coordinate representation of color #D86364: hue angle of 359.49º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86364 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 100 -
CMYK 0 0.54 0.54 0.15
HSL 359.49º 0.6% 0.62% -
HSV(B) 359.49º 0.54% 0.85% -
XYZ 35.08 24.44 14.93 -
YUV 134.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 216 99 100 0 0.54 0.54 0.15 359.49 0.6 0.62
Hex D8 63 64 0 36 36 F 167 3C 3E
Octal 330 143 144 0 66 66 17 547 74 76
Binary 11011000 1100011 1100100 0 110110 110110 1111 101100111 111100 111110

Color Harmonies of #D86364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86364

Black with #D86364

Text Example


Text Example

White with #D86364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86364; }

 p { color: rgb(216,99,100); }

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

background-color css

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

 a { background-color: rgb(216,99,100); }

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

border-color css

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

 span { border-color: rgb(216,99,100); }

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