Html Css Color HEX #D85860 Mandy

📋 copy color: '#D85860'

red 216 ◦ green 88 ◦ blue 96

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

Shades of Mandy #D85860

Tints of Mandy #D85860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

 BLUE value IS 96 (37.89% from 255) = 24%

R = 54%
G = 22%
B = 24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D85860 (or 0xD85860) is known color: Mandy. HEX triplet: D8, 58 and 60. RGB value is (216,88,96). Sum of RGB (Red+Green+Blue) = 216+88+96=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85860 is #27A79F. Grayscale: #7F7F7F. Windows color (decimal): -2598816 or 6314200. OLE color: 6314200.

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

Color convert

RGB 216 88 96 -
CMYK 0 0.59 0.56 0.15
HSL 356.25º 0.62% 0.6% -
HSV(B) 356.25º 0.59% 0.85% -
XYZ 33.92 22.42 13.61 -
YUV 127.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 216 88 96 0 0.59 0.56 0.15 356.25 0.62 0.6
Hex D8 58 60 0 3B 38 F 164 3E 3C
Octal 330 130 140 0 73 70 17 544 76 74
Binary 11011000 1011000 1100000 0 111011 111000 1111 101100100 111110 111100

Color Harmonies of #D85860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85860

Black with #D85860

Text Example


Text Example

White with #D85860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85860; }

 p { color: rgb(216,88,96); }

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

background-color css

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

 a { background-color: rgb(216,88,96); }

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

border-color css

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

 span { border-color: rgb(216,88,96); }

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