Html Css Color HEX #D85D61 Mandy

📋 copy color: '#D85D61'

red 216 ◦ green 93 ◦ blue 97

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

Shades of Mandy #D85D61

Tints of Mandy #D85D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.91%

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

R = 53.2%
G = 22.91%
B = 23.89%

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

#D85D61 (or 0xD85D61) is known color: Mandy. HEX triplet: D8, 5D and 61. RGB value is (216,93,97). Sum of RGB (Red+Green+Blue) = 216+93+97=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D61 is #27A29E. Grayscale: #828282. Windows color (decimal): -2597535 or 6381016. OLE color: 6381016.

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

Color convert

RGB 216 93 97 -
CMYK 0 0.57 0.55 0.15
HSL 358.05º 0.61% 0.61% -
HSV(B) 358.05º 0.57% 0.85% -
XYZ 34.39 23.29 13.99 -
YUV 130.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 216 93 97 0 0.57 0.55 0.15 358.05 0.61 0.61
Hex D8 5D 61 0 39 37 F 166 3D 3D
Octal 330 135 141 0 71 67 17 546 75 75
Binary 11011000 1011101 1100001 0 111001 110111 1111 101100110 111101 111101

Color Harmonies of #D85D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D61

Black with #D85D61

Text Example


Text Example

White with #D85D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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