Html Css Color HEX #D85458 Mandy

📋 copy color: '#D85458'

red 216 ◦ green 84 ◦ blue 88

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

Shades of Mandy #D85458

Tints of Mandy #D85458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

 BLUE value IS 88 (34.77% from 255) = 22.68%

R = 55.67%
G = 21.65%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D85458 (or 0xD85458) is known color: Mandy. HEX triplet: D8, 54 and 58. RGB value is (216,84,88). Sum of RGB (Red+Green+Blue) = 216+84+88=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D85458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85458 is #27ABA7. Grayscale: #7C7C7C. Windows color (decimal): -2599848 or 5788888. OLE color: 5788888.

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

Color convert

RGB 216 84 88 -
CMYK 0 0.61 0.59 0.15
HSL 358.18º 0.63% 0.59% -
HSV(B) 358.18º 0.61% 0.85% -
XYZ 33.25 21.64 11.66 -
YUV 123.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 216 84 88 0 0.61 0.59 0.15 358.18 0.63 0.59
Hex D8 54 58 0 3D 3B F 166 3F 3B
Octal 330 124 130 0 75 73 17 546 77 73
Binary 11011000 1010100 1011000 0 111101 111011 1111 101100110 111111 111011

Color Harmonies of #D85458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85458

Black with #D85458

Text Example


Text Example

White with #D85458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85458; }

 p { color: rgb(216,84,88); }

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

background-color css

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

 a { background-color: rgb(216,84,88); }

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

border-color css

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

 span { border-color: rgb(216,84,88); }

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