Html Css Color HEX #D95D5F Mandy

📋 copy color: '#D95D5F'

red 217 ◦ green 93 ◦ blue 95

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

Shades of Mandy #D95D5F

Tints of Mandy #D95D5F

RGB

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

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

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

R = 53.58%
G = 22.96%
B = 23.46%

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

#D95D5F (or 0xD95D5F) is known color: Mandy. HEX triplet: D9, 5D and 5F. RGB value is (217,93,95). Sum of RGB (Red+Green+Blue) = 217+93+95=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D5F is #26A2A0. Grayscale: #828282. Windows color (decimal): -2532001 or 6249945. OLE color: 6249945.

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

Color convert

RGB 217 93 95 -
CMYK 0 0.57 0.56 0.15
HSL 359.03º 0.62% 0.61% -
HSV(B) 359.03º 0.57% 0.85% -
XYZ 34.6 23.41 13.52 -
YUV 130.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 217 93 95 0 0.57 0.56 0.15 359.03 0.62 0.61
Hex D9 5D 5F 0 39 38 F 167 3E 3D
Octal 331 135 137 0 71 70 17 547 76 75
Binary 11011001 1011101 1011111 0 111001 111000 1111 101100111 111110 111101

Color Harmonies of #D95D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D5F

Black with #D95D5F

Text Example


Text Example

White with #D95D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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