Html Css Color HEX #D85C61 Mandy

📋 copy color: '#D85C61'

red 216 ◦ green 92 ◦ blue 97

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

Shades of Mandy #D85C61

Tints of Mandy #D85C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 53.33%
G = 22.72%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D85C61 (or 0xD85C61) is known color: Mandy. HEX triplet: D8, 5C and 61. RGB value is (216,92,97). Sum of RGB (Red+Green+Blue) = 216+92+97=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C61 is #27A39E. Grayscale: #818181. Windows color (decimal): -2597791 or 6380760. OLE color: 6380760.

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

Color convert

RGB 216 92 97 -
CMYK 0 0.57 0.55 0.15
HSL 357.58º 0.61% 0.6% -
HSV(B) 357.58º 0.57% 0.85% -
XYZ 34.3 23.12 13.96 -
YUV 129.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 216 92 97 0 0.57 0.55 0.15 357.58 0.61 0.6
Hex D8 5C 61 0 39 37 F 166 3D 3C
Octal 330 134 141 0 71 67 17 546 75 74
Binary 11011000 1011100 1100001 0 111001 110111 1111 101100110 111101 111100

Color Harmonies of #D85C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C61

Black with #D85C61

Text Example


Text Example

White with #D85C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C61; }

 p { color: rgb(216,92,97); }

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

background-color css

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

 a { background-color: rgb(216,92,97); }

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

border-color css

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

 span { border-color: rgb(216,92,97); }

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