Html Css Color HEX #D85964 Mandy

📋 copy color: '#D85964'

red 216 ◦ green 89 ◦ blue 100

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

Shades of Mandy #D85964

Tints of Mandy #D85964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.98%

 BLUE value IS 100 (39.45% from 255) = 24.69%

R = 53.33%
G = 21.98%
B = 24.69%

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

#D85964 (or 0xD85964) is known color: Mandy. HEX triplet: D8, 59 and 64. RGB value is (216,89,100). Sum of RGB (Red+Green+Blue) = 216+89+100=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85964 is #27A69B. Grayscale: #808080. Windows color (decimal): -2598556 or 6576600. OLE color: 6576600.

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

Color convert

RGB 216 89 100 -
CMYK 0 0.59 0.54 0.15
HSL 354.8º 0.62% 0.6% -
HSV(B) 354.8º 0.59% 0.85% -
XYZ 34.19 22.66 14.63 -
YUV 128.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 216 89 100 0 0.59 0.54 0.15 354.8 0.62 0.6
Hex D8 59 64 0 3B 36 F 163 3E 3C
Octal 330 131 144 0 73 66 17 543 76 74
Binary 11011000 1011001 1100100 0 111011 110110 1111 101100011 111110 111100

Color Harmonies of #D85964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85964

Black with #D85964

Text Example


Text Example

White with #D85964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85964; }

 p { color: rgb(216,89,100); }

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

background-color css

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

 a { background-color: rgb(216,89,100); }

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

border-color css

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

 span { border-color: rgb(216,89,100); }

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