Html Css Color HEX #D94C5E Mandy

📋 copy color: '#D94C5E'

red 217 ◦ green 76 ◦ blue 94

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

Shades of Mandy #D94C5E

Tints of Mandy #D94C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

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

R = 56.07%
G = 19.64%
B = 24.29%

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

#D94C5E (or 0xD94C5E) is known color: Mandy. HEX triplet: D9, 4C and 5E. RGB value is (217,76,94). Sum of RGB (Red+Green+Blue) = 217+76+94=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C5E is #26B3A1. Grayscale: #787878. Windows color (decimal): -2536354 or 6180057. OLE color: 6180057.

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

Color convert

RGB 217 76 94 -
CMYK 0 0.65 0.57 0.15
HSL 352.34º 0.65% 0.57% -
HSV(B) 352.34º 0.65% 0.85% -
XYZ 33.22 20.73 12.84 -
YUV 120.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 217 76 94 0 0.65 0.57 0.15 352.34 0.65 0.57
Hex D9 4C 5E 0 41 39 F 160 41 39
Octal 331 114 136 0 101 71 17 540 101 71
Binary 11011001 1001100 1011110 0 1000001 111001 1111 101100000 1000001 111001

Color Harmonies of #D94C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C5E

Black with #D94C5E

Text Example


Text Example

White with #D94C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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