Html Css Color HEX #D95D5E Mandy

📋 copy color: '#D95D5E'

red 217 ◦ green 93 ◦ blue 94

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

Shades of Mandy #D95D5E

Tints of Mandy #D95D5E

RGB

 RED value IS 217 (85.16% from 255) = 53.71%

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

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 53.71%
G = 23.02%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D95D5E (or 0xD95D5E) is known color: Mandy. HEX triplet: D9, 5D and 5E. RGB value is (217,93,94). Sum of RGB (Red+Green+Blue) = 217+93+94=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D5E is #26A2A1. Grayscale: #828282. Windows color (decimal): -2532002 or 6184409. OLE color: 6184409.

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

Color convert

RGB 217 93 94 -
CMYK 0 0.57 0.57 0.15
HSL 359.52º 0.62% 0.61% -
HSV(B) 359.52º 0.57% 0.85% -
XYZ 34.55 23.39 13.28 -
YUV 130.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 217 93 94 0 0.57 0.57 0.15 359.52 0.62 0.61
Hex D9 5D 5E 0 39 39 F 168 3E 3D
Octal 331 135 136 0 71 71 17 550 76 75
Binary 11011001 1011101 1011110 0 111001 111001 1111 101101000 111110 111101

Color Harmonies of #D95D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D5E

Black with #D95D5E

Text Example


Text Example

White with #D95D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D5E; }

 p { color: rgb(217,93,94); }

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

background-color css

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

 a { background-color: rgb(217,93,94); }

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

border-color css

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

 span { border-color: rgb(217,93,94); }

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