Html Css Color HEX #D94C55 Mandy

📋 copy color: '#D94C55'

red 217 ◦ green 76 ◦ blue 85

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

Shades of Mandy #D94C55

Tints of Mandy #D94C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 57.41%
G = 20.11%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D94C55 (or 0xD94C55) is known color: Mandy. HEX triplet: D9, 4C and 55. RGB value is (217,76,85). Sum of RGB (Red+Green+Blue) = 217+76+85=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C55 is #26B3AA. Grayscale: #777777. Windows color (decimal): -2536363 or 5590233. OLE color: 5590233.

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

Color convert

RGB 217 76 85 -
CMYK 0 0.65 0.61 0.15
HSL 356.17º 0.65% 0.57% -
HSV(B) 356.17º 0.65% 0.85% -
XYZ 32.84 20.58 10.84 -
YUV 119.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 217 76 85 0 0.65 0.61 0.15 356.17 0.65 0.57
Hex D9 4C 55 0 41 3D F 164 41 39
Octal 331 114 125 0 101 75 17 544 101 71
Binary 11011001 1001100 1010101 0 1000001 111101 1111 101100100 1000001 111001

Color Harmonies of #D94C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C55

Black with #D94C55

Text Example


Text Example

White with #D94C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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