Html Css Color HEX #D85B61 Mandy

📋 copy color: '#D85B61'

red 216 ◦ green 91 ◦ blue 97

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

Shades of Mandy #D85B61

Tints of Mandy #D85B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

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

R = 53.47%
G = 22.52%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D85B61 (or 0xD85B61) is known color: Mandy. HEX triplet: D8, 5B and 61. RGB value is (216,91,97). Sum of RGB (Red+Green+Blue) = 216+91+97=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B61 is #27A49E. Grayscale: #818181. Windows color (decimal): -2598047 or 6380504. OLE color: 6380504.

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

Color convert

RGB 216 91 97 -
CMYK 0 0.58 0.55 0.15
HSL 357.12º 0.62% 0.6% -
HSV(B) 357.12º 0.58% 0.85% -
XYZ 34.22 22.94 13.93 -
YUV 129.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 216 91 97 0 0.58 0.55 0.15 357.12 0.62 0.6
Hex D8 5B 61 0 3A 37 F 165 3E 3C
Octal 330 133 141 0 72 67 17 545 76 74
Binary 11011000 1011011 1100001 0 111010 110111 1111 101100101 111110 111100

Color Harmonies of #D85B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B61

Black with #D85B61

Text Example


Text Example

White with #D85B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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