Html Css Color HEX #D94249 Mandy

📋 copy color: '#D94249'

red 217 ◦ green 66 ◦ blue 73

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

Shades of Mandy #D94249

Tints of Mandy #D94249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

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

R = 60.96%
G = 18.54%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D94249 (or 0xD94249) is known color: Mandy. HEX triplet: D9, 42 and 49. RGB value is (217,66,73). Sum of RGB (Red+Green+Blue) = 217+66+73=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D94249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94249 is #26BDB6. Grayscale: #707070. Windows color (decimal): -2538935 or 4801241. OLE color: 4801241.

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

Color convert

RGB 217 66 73 -
CMYK 0 0.70 0.66 0.15
HSL 357.22º 0.67% 0.55% -
HSV(B) 357.22º 0.7% 0.85% -
XYZ 31.77 19.13 8.32 -
YUV 111.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 217 66 73 0 0.70 0.66 0.15 357.22 0.67 0.55
Hex D9 42 49 0 46 42 F 165 43 37
Octal 331 102 111 0 106 102 17 545 103 67
Binary 11011001 1000010 1001001 0 1000110 1000010 1111 101100101 1000011 110111

Color Harmonies of #D94249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94249

Black with #D94249

Text Example


Text Example

White with #D94249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94249; }

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

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

background-color css

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

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

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

border-color css

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

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

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