Html Css Color HEX #D85A64 Mandy

📋 copy color: '#D85A64'

red 216 ◦ green 90 ◦ blue 100

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

Shades of Mandy #D85A64

Tints of Mandy #D85A64

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

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

R = 53.2%
G = 22.17%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85A64 (or 0xD85A64) is known color: Mandy. HEX triplet: D8, 5A and 64. RGB value is (216,90,100). Sum of RGB (Red+Green+Blue) = 216+90+100=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A64 is #27A59B. Grayscale: #808080. Windows color (decimal): -2598300 or 6576856. OLE color: 6576856.

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

Color convert

RGB 216 90 100 -
CMYK 0 0.58 0.54 0.15
HSL 355.24º 0.62% 0.6% -
HSV(B) 355.24º 0.58% 0.85% -
XYZ 34.28 22.83 14.66 -
YUV 128.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 216 90 100 0 0.58 0.54 0.15 355.24 0.62 0.6
Hex D8 5A 64 0 3A 36 F 163 3E 3C
Octal 330 132 144 0 72 66 17 543 76 74
Binary 11011000 1011010 1100100 0 111010 110110 1111 101100011 111110 111100

Color Harmonies of #D85A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A64

Black with #D85A64

Text Example


Text Example

White with #D85A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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