Html Css Color HEX #D85359 Mandy

📋 copy color: '#D85359'

red 216 ◦ green 83 ◦ blue 89

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

Shades of Mandy #D85359

Tints of Mandy #D85359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.94%

R = 55.67%
G = 21.39%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D85359 (or 0xD85359) is known color: Mandy. HEX triplet: D8, 53 and 59. RGB value is (216,83,89). Sum of RGB (Red+Green+Blue) = 216+83+89=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D85359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85359 is #27ACA6. Grayscale: #7B7B7B. Windows color (decimal): -2600103 or 5854168. OLE color: 5854168.

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

Color convert

RGB 216 83 89 -
CMYK 0 0.62 0.59 0.15
HSL 357.29º 0.63% 0.59% -
HSV(B) 357.29º 0.62% 0.85% -
XYZ 33.22 21.51 11.85 -
YUV 123.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 216 83 89 0 0.62 0.59 0.15 357.29 0.63 0.59
Hex D8 53 59 0 3E 3B F 165 3F 3B
Octal 330 123 131 0 76 73 17 545 77 73
Binary 11011000 1010011 1011001 0 111110 111011 1111 101100101 111111 111011

Color Harmonies of #D85359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85359

Black with #D85359

Text Example


Text Example

White with #D85359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85359; }

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

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

background-color css

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

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

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

border-color css

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

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

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