Html Css Color HEX #D85B63 Mandy

📋 copy color: '#D85B63'

red 216 ◦ green 91 ◦ blue 99

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

Shades of Mandy #D85B63

Tints of Mandy #D85B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 53.2%
G = 22.41%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85B63 (or 0xD85B63) is known color: Mandy. HEX triplet: D8, 5B and 63. RGB value is (216,91,99). Sum of RGB (Red+Green+Blue) = 216+91+99=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B63 is #27A49C. Grayscale: #818181. Windows color (decimal): -2598045 or 6511576. OLE color: 6511576.

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

Color convert

RGB 216 91 99 -
CMYK 0 0.58 0.54 0.15
HSL 356.16º 0.62% 0.6% -
HSV(B) 356.16º 0.58% 0.85% -
XYZ 34.31 22.98 14.43 -
YUV 129.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 216 91 99 0 0.58 0.54 0.15 356.16 0.62 0.6
Hex D8 5B 63 0 3A 36 F 164 3E 3C
Octal 330 133 143 0 72 66 17 544 76 74
Binary 11011000 1011011 1100011 0 111010 110110 1111 101100100 111110 111100

Color Harmonies of #D85B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B63

Black with #D85B63

Text Example


Text Example

White with #D85B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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