Html Css Color HEX #D85563 Mandy

📋 copy color: '#D85563'

red 216 ◦ green 85 ◦ blue 99

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

Shades of Mandy #D85563

Tints of Mandy #D85563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

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

R = 54%
G = 21.25%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85563 (or 0xD85563) is known color: Mandy. HEX triplet: D8, 55 and 63. RGB value is (216,85,99). Sum of RGB (Red+Green+Blue) = 216+85+99=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85563 is #27AA9C. Grayscale: #7D7D7D. Windows color (decimal): -2599581 or 6510040. OLE color: 6510040.

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

Color convert

RGB 216 85 99 -
CMYK 0 0.61 0.54 0.15
HSL 353.59º 0.63% 0.59% -
HSV(B) 353.59º 0.61% 0.85% -
XYZ 33.82 22 14.27 -
YUV 125.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 216 85 99 0 0.61 0.54 0.15 353.59 0.63 0.59
Hex D8 55 63 0 3D 36 F 162 3F 3B
Octal 330 125 143 0 75 66 17 542 77 73
Binary 11011000 1010101 1100011 0 111101 110110 1111 101100010 111111 111011

Color Harmonies of #D85563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85563

Black with #D85563

Text Example


Text Example

White with #D85563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85563; }

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

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

background-color css

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

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

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

border-color css

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

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

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