Html Css Color HEX #D85463 Mandy

📋 copy color: '#D85463'

red 216 ◦ green 84 ◦ blue 99

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

Shades of Mandy #D85463

Tints of Mandy #D85463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 54.14%
G = 21.05%
B = 24.81%

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

#D85463 (or 0xD85463) is known color: Mandy. HEX triplet: D8, 54 and 63. RGB value is (216,84,99). Sum of RGB (Red+Green+Blue) = 216+84+99=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D85463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85463 is #27AB9C. Grayscale: #7D7D7D. Windows color (decimal): -2599837 or 6509784. OLE color: 6509784.

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

Color convert

RGB 216 84 99 -
CMYK 0 0.61 0.54 0.15
HSL 353.18º 0.63% 0.59% -
HSV(B) 353.18º 0.61% 0.85% -
XYZ 33.74 21.84 14.24 -
YUV 125.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 216 84 99 0 0.61 0.54 0.15 353.18 0.63 0.59
Hex D8 54 63 0 3D 36 F 161 3F 3B
Octal 330 124 143 0 75 66 17 541 77 73
Binary 11011000 1010100 1100011 0 111101 110110 1111 101100001 111111 111011

Color Harmonies of #D85463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85463

Black with #D85463

Text Example


Text Example

White with #D85463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85463; }

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

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

background-color css

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

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

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

border-color css

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

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

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