Html Css Color HEX #D85D5F Mandy

📋 copy color: '#D85D5F'

red 216 ◦ green 93 ◦ blue 95

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

Shades of Mandy #D85D5F

Tints of Mandy #D85D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 53.47%
G = 23.02%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D85D5F (or 0xD85D5F) is known color: Mandy. HEX triplet: D8, 5D and 5F. RGB value is (216,93,95). Sum of RGB (Red+Green+Blue) = 216+93+95=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D5F is #27A2A0. Grayscale: #828282. Windows color (decimal): -2597537 or 6249944. OLE color: 6249944.

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

Color convert

RGB 216 93 95 -
CMYK 0 0.57 0.56 0.15
HSL 359.02º 0.61% 0.61% -
HSV(B) 359.02º 0.57% 0.85% -
XYZ 34.3 23.25 13.51 -
YUV 130.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 216 93 95 0 0.57 0.56 0.15 359.02 0.61 0.61
Hex D8 5D 5F 0 39 38 F 167 3D 3D
Octal 330 135 137 0 71 70 17 547 75 75
Binary 11011000 1011101 1011111 0 111001 111000 1111 101100111 111101 111101

Color Harmonies of #D85D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D5F

Black with #D85D5F

Text Example


Text Example

White with #D85D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D5F; }

 p { color: rgb(216,93,95); }

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

background-color css

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

 a { background-color: rgb(216,93,95); }

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

border-color css

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

 span { border-color: rgb(216,93,95); }

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