Html Css Color HEX #D94D5E Mandy

📋 copy color: '#D94D5E'

red 217 ◦ green 77 ◦ blue 94

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

Shades of Mandy #D94D5E

Tints of Mandy #D94D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.85%

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

R = 55.93%
G = 19.85%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D94D5E (or 0xD94D5E) is known color: Mandy. HEX triplet: D9, 4D and 5E. RGB value is (217,77,94). Sum of RGB (Red+Green+Blue) = 217+77+94=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D5E is #26B2A1. Grayscale: #787878. Windows color (decimal): -2536098 or 6180313. OLE color: 6180313.

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

Color convert

RGB 217 77 94 -
CMYK 0 0.65 0.57 0.15
HSL 352.71º 0.65% 0.58% -
HSV(B) 352.71º 0.65% 0.85% -
XYZ 33.29 20.87 12.86 -
YUV 120.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 217 77 94 0 0.65 0.57 0.15 352.71 0.65 0.58
Hex D9 4D 5E 0 41 39 F 161 41 3A
Octal 331 115 136 0 101 71 17 541 101 72
Binary 11011001 1001101 1011110 0 1000001 111001 1111 101100001 1000001 111010

Color Harmonies of #D94D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D5E

Black with #D94D5E

Text Example


Text Example

White with #D94D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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