Html Css Color HEX #D95C5E Mandy

📋 copy color: '#D95C5E'

red 217 ◦ green 92 ◦ blue 94

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

Shades of Mandy #D95C5E

Tints of Mandy #D95C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

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

R = 53.85%
G = 22.83%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D95C5E (or 0xD95C5E) is known color: Mandy. HEX triplet: D9, 5C and 5E. RGB value is (217,92,94). Sum of RGB (Red+Green+Blue) = 217+92+94=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C5E is #26A3A1. Grayscale: #818181. Windows color (decimal): -2532258 or 6184153. OLE color: 6184153.

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

Color convert

RGB 217 92 94 -
CMYK 0 0.58 0.57 0.15
HSL 359.04º 0.62% 0.61% -
HSV(B) 359.04º 0.58% 0.85% -
XYZ 34.46 23.21 13.25 -
YUV 129.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 217 92 94 0 0.58 0.57 0.15 359.04 0.62 0.61
Hex D9 5C 5E 0 3A 39 F 167 3E 3D
Octal 331 134 136 0 72 71 17 547 76 75
Binary 11011001 1011100 1011110 0 111010 111001 1111 101100111 111110 111101

Color Harmonies of #D95C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C5E

Black with #D95C5E

Text Example


Text Example

White with #D95C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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