Html Css Color HEX #D85356 Mandy

📋 copy color: '#D85356'

red 216 ◦ green 83 ◦ blue 86

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

Shades of Mandy #D85356

Tints of Mandy #D85356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 56.1%
G = 21.56%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D85356 (or 0xD85356) is known color: Mandy. HEX triplet: D8, 53 and 56. RGB value is (216,83,86). Sum of RGB (Red+Green+Blue) = 216+83+86=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85356 is #27ACA9. Grayscale: #7B7B7B. Windows color (decimal): -2600106 or 5657560. OLE color: 5657560.

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

Color convert

RGB 216 83 86 -
CMYK 0 0.62 0.60 0.15
HSL 358.65º 0.63% 0.59% -
HSV(B) 358.65º 0.62% 0.85% -
XYZ 33.09 21.46 11.2 -
YUV 123.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 216 83 86 0 0.62 0.60 0.15 358.65 0.63 0.59
Hex D8 53 56 0 3E 3C F 167 3F 3B
Octal 330 123 126 0 76 74 17 547 77 73
Binary 11011000 1010011 1010110 0 111110 111100 1111 101100111 111111 111011

Color Harmonies of #D85356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85356

Black with #D85356

Text Example


Text Example

White with #D85356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85356; }

 p { color: rgb(216,83,86); }

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

background-color css

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

 a { background-color: rgb(216,83,86); }

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

border-color css

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

 span { border-color: rgb(216,83,86); }

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