Html Css Color HEX #D85357 Mandy

📋 copy color: '#D85357'

red 216 ◦ green 83 ◦ blue 87

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

Shades of Mandy #D85357

Tints of Mandy #D85357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.54%

R = 55.96%
G = 21.5%
B = 22.54%

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

#D85357 (or 0xD85357) is known color: Mandy. HEX triplet: D8, 53 and 57. RGB value is (216,83,87). Sum of RGB (Red+Green+Blue) = 216+83+87=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D85357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85357 is #27ACA8. Grayscale: #7B7B7B. Windows color (decimal): -2600105 or 5723096. OLE color: 5723096.

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

Color convert

RGB 216 83 87 -
CMYK 0 0.62 0.60 0.15
HSL 358.2º 0.63% 0.59% -
HSV(B) 358.2º 0.62% 0.85% -
XYZ 33.13 21.47 11.42 -
YUV 123.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 216 83 87 0 0.62 0.60 0.15 358.2 0.63 0.59
Hex D8 53 57 0 3E 3C F 166 3F 3B
Octal 330 123 127 0 76 74 17 546 77 73
Binary 11011000 1010011 1010111 0 111110 111100 1111 101100110 111111 111011

Color Harmonies of #D85357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85357

Black with #D85357

Text Example


Text Example

White with #D85357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85357; }

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

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

background-color css

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

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

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

border-color css

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

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

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