Html Css Color HEX #D85863 Mandy

📋 copy color: '#D85863'

red 216 ◦ green 88 ◦ blue 99

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

Shades of Mandy #D85863

Tints of Mandy #D85863

RGB

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

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

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

R = 53.6%
G = 21.84%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85863 (or 0xD85863) is known color: Mandy. HEX triplet: D8, 58 and 63. RGB value is (216,88,99). Sum of RGB (Red+Green+Blue) = 216+88+99=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D85863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85863 is #27A79C. Grayscale: #7F7F7F. Windows color (decimal): -2598813 or 6510808. OLE color: 6510808.

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

Color convert

RGB 216 88 99 -
CMYK 0 0.59 0.54 0.15
HSL 354.84º 0.62% 0.6% -
HSV(B) 354.84º 0.59% 0.85% -
XYZ 34.06 22.48 14.35 -
YUV 127.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 216 88 99 0 0.59 0.54 0.15 354.84 0.62 0.6
Hex D8 58 63 0 3B 36 F 163 3E 3C
Octal 330 130 143 0 73 66 17 543 76 74
Binary 11011000 1011000 1100011 0 111011 110110 1111 101100011 111110 111100

Color Harmonies of #D85863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85863

Black with #D85863

Text Example


Text Example

White with #D85863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85863; }

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

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

background-color css

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

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

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

border-color css

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

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

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