Html Css Color HEX #D85B62 Mandy

📋 copy color: '#D85B62'

red 216 ◦ green 91 ◦ blue 98

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

Shades of Mandy #D85B62

Tints of Mandy #D85B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.2%

R = 53.33%
G = 22.47%
B = 24.2%

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

#D85B62 (or 0xD85B62) is known color: Mandy. HEX triplet: D8, 5B and 62. RGB value is (216,91,98). Sum of RGB (Red+Green+Blue) = 216+91+98=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B62 is #27A49D. Grayscale: #818181. Windows color (decimal): -2598046 or 6446040. OLE color: 6446040.

HSL color Cylindrical-coordinate representation of color #D85B62: hue angle of 356.64º 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 #D85B62 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 91 98 -
CMYK 0 0.58 0.55 0.15
HSL 356.64º 0.62% 0.6% -
HSV(B) 356.64º 0.58% 0.85% -
XYZ 34.26 22.96 14.18 -
YUV 129.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 216 91 98 0 0.58 0.55 0.15 356.64 0.62 0.6
Hex D8 5B 62 0 3A 37 F 165 3E 3C
Octal 330 133 142 0 72 67 17 545 76 74
Binary 11011000 1011011 1100010 0 111010 110111 1111 101100101 111110 111100

Color Harmonies of #D85B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B62

Black with #D85B62

Text Example


Text Example

White with #D85B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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