Html Css Color HEX #D94547 Mandy

📋 copy color: '#D94547'

red 217 ◦ green 69 ◦ blue 71

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

Shades of Mandy #D94547

Tints of Mandy #D94547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 60.78%
G = 19.33%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D94547 (or 0xD94547) is known color: Mandy. HEX triplet: D9, 45 and 47. RGB value is (217,69,71). Sum of RGB (Red+Green+Blue) = 217+69+71=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D94547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94547 is #26BAB8. Grayscale: #717171. Windows color (decimal): -2538169 or 4670937. OLE color: 4670937.

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

Color convert

RGB 217 69 71 -
CMYK 0 0.68 0.67 0.15
HSL 359.19º 0.66% 0.56% -
HSV(B) 359.19º 0.68% 0.85% -
XYZ 31.88 19.46 8.04 -
YUV 113.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 217 69 71 0 0.68 0.67 0.15 359.19 0.66 0.56
Hex D9 45 47 0 44 43 F 167 42 38
Octal 331 105 107 0 104 103 17 547 102 70
Binary 11011001 1000101 1000111 0 1000100 1000011 1111 101100111 1000010 111000

Color Harmonies of #D94547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94547

Black with #D94547

Text Example


Text Example

White with #D94547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94547; }

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

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

background-color css

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

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

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

border-color css

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

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

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