Html Css Color HEX #D85C63 Mandy

📋 copy color: '#D85C63'

red 216 ◦ green 92 ◦ blue 99

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

Shades of Mandy #D85C63

Tints of Mandy #D85C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

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

R = 53.07%
G = 22.6%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85C63 (or 0xD85C63) is known color: Mandy. HEX triplet: D8, 5C and 63. RGB value is (216,92,99). Sum of RGB (Red+Green+Blue) = 216+92+99=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C63 is #27A39C. Grayscale: #818181. Windows color (decimal): -2597789 or 6511832. OLE color: 6511832.

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

Color convert

RGB 216 92 99 -
CMYK 0 0.57 0.54 0.15
HSL 356.61º 0.61% 0.6% -
HSV(B) 356.61º 0.57% 0.85% -
XYZ 34.4 23.15 14.46 -
YUV 129.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 216 92 99 0 0.57 0.54 0.15 356.61 0.61 0.6
Hex D8 5C 63 0 39 36 F 165 3D 3C
Octal 330 134 143 0 71 66 17 545 75 74
Binary 11011000 1011100 1100011 0 111001 110110 1111 101100101 111101 111100

Color Harmonies of #D85C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C63

Black with #D85C63

Text Example


Text Example

White with #D85C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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