Html Css Color HEX #D94749 Mandy

📋 copy color: '#D94749'

red 217 ◦ green 71 ◦ blue 73

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

Shades of Mandy #D94749

Tints of Mandy #D94749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 60.11%
G = 19.67%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D94749 (or 0xD94749) is known color: Mandy. HEX triplet: D9, 47 and 49. RGB value is (217,71,73). Sum of RGB (Red+Green+Blue) = 217+71+73=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D94749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94749 is #26B8B6. Grayscale: #737373. Windows color (decimal): -2537655 or 4802521. OLE color: 4802521.

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

Color convert

RGB 217 71 73 -
CMYK 0 0.67 0.66 0.15
HSL 359.18º 0.66% 0.56% -
HSV(B) 359.18º 0.67% 0.85% -
XYZ 32.07 19.74 8.42 -
YUV 114.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 217 71 73 0 0.67 0.66 0.15 359.18 0.66 0.56
Hex D9 47 49 0 43 42 F 167 42 38
Octal 331 107 111 0 103 102 17 547 102 70
Binary 11011001 1000111 1001001 0 1000011 1000010 1111 101100111 1000010 111000

Color Harmonies of #D94749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94749

Black with #D94749

Text Example


Text Example

White with #D94749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94749; }

 p { color: rgb(217,71,73); }

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

background-color css

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

 a { background-color: rgb(217,71,73); }

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

border-color css

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

 span { border-color: rgb(217,71,73); }

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