Html Css Color HEX #D85163 Mandy

📋 copy color: '#D85163'

red 216 ◦ green 81 ◦ blue 99

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

Shades of Mandy #D85163

Tints of Mandy #D85163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.45%

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

R = 54.55%
G = 20.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85163 (or 0xD85163) is known color: Mandy. HEX triplet: D8, 51 and 63. RGB value is (216,81,99). Sum of RGB (Red+Green+Blue) = 216+81+99=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D85163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85163 is #27AE9C. Grayscale: #7B7B7B. Windows color (decimal): -2600605 or 6509016. OLE color: 6509016.

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

Color convert

RGB 216 81 99 -
CMYK 0 0.62 0.54 0.15
HSL 352º 0.63% 0.58% -
HSV(B) 352º 0.63% 0.85% -
XYZ 33.51 21.38 14.17 -
YUV 123.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 216 81 99 0 0.62 0.54 0.15 352 0.63 0.58
Hex D8 51 63 0 3E 36 F 160 3F 3A
Octal 330 121 143 0 76 66 17 540 77 72
Binary 11011000 1010001 1100011 0 111110 110110 1111 101100000 111111 111010

Color Harmonies of #D85163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85163

Black with #D85163

Text Example


Text Example

White with #D85163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85163; }

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

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

background-color css

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

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

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

border-color css

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

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

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