Html Css Color HEX #D85E64 Mandy

📋 copy color: '#D85E64'

red 216 ◦ green 94 ◦ blue 100

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

Shades of Mandy #D85E64

Tints of Mandy #D85E64

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.93%

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

R = 52.68%
G = 22.93%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85E64 (or 0xD85E64) is known color: Mandy. HEX triplet: D8, 5E and 64. RGB value is (216,94,100). Sum of RGB (Red+Green+Blue) = 216+94+100=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E64 is #27A19B. Grayscale: #838383. Windows color (decimal): -2597276 or 6577880. OLE color: 6577880.

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

Color convert

RGB 216 94 100 -
CMYK 0 0.56 0.54 0.15
HSL 357.05º 0.61% 0.61% -
HSV(B) 357.05º 0.56% 0.85% -
XYZ 34.62 23.52 14.77 -
YUV 131.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 216 94 100 0 0.56 0.54 0.15 357.05 0.61 0.61
Hex D8 5E 64 0 38 36 F 165 3D 3D
Octal 330 136 144 0 70 66 17 545 75 75
Binary 11011000 1011110 1100100 0 111000 110110 1111 101100101 111101 111101

Color Harmonies of #D85E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E64

Black with #D85E64

Text Example


Text Example

White with #D85E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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