Html Css Color HEX #D94A5E Mandy

📋 copy color: '#D94A5E'

red 217 ◦ green 74 ◦ blue 94

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

Shades of Mandy #D94A5E

Tints of Mandy #D94A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

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

R = 56.36%
G = 19.22%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D94A5E (or 0xD94A5E) is known color: Mandy. HEX triplet: D9, 4A and 5E. RGB value is (217,74,94). Sum of RGB (Red+Green+Blue) = 217+74+94=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A5E is #26B5A1. Grayscale: #777777. Windows color (decimal): -2536866 or 6179545. OLE color: 6179545.

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

Color convert

RGB 217 74 94 -
CMYK 0 0.66 0.57 0.15
HSL 351.61º 0.65% 0.57% -
HSV(B) 351.61º 0.66% 0.85% -
XYZ 33.08 20.46 12.79 -
YUV 119.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 217 74 94 0 0.66 0.57 0.15 351.61 0.65 0.57
Hex D9 4A 5E 0 42 39 F 160 41 39
Octal 331 112 136 0 102 71 17 540 101 71
Binary 11011001 1001010 1011110 0 1000010 111001 1111 101100000 1000001 111001

Color Harmonies of #D94A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A5E

Black with #D94A5E

Text Example


Text Example

White with #D94A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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