Html Css Color HEX #D94449 Mandy

📋 copy color: '#D94449'

red 217 ◦ green 68 ◦ blue 73

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

Shades of Mandy #D94449

Tints of Mandy #D94449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 60.61%
G = 18.99%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D94449 (or 0xD94449) is known color: Mandy. HEX triplet: D9, 44 and 49. RGB value is (217,68,73). Sum of RGB (Red+Green+Blue) = 217+68+73=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D94449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94449 is #26BBB6. Grayscale: #717171. Windows color (decimal): -2538423 or 4801753. OLE color: 4801753.

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

Color convert

RGB 217 68 73 -
CMYK 0 0.69 0.66 0.15
HSL 357.99º 0.66% 0.56% -
HSV(B) 357.99º 0.69% 0.85% -
XYZ 31.88 19.37 8.36 -
YUV 113.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 217 68 73 0 0.69 0.66 0.15 357.99 0.66 0.56
Hex D9 44 49 0 45 42 F 166 42 38
Octal 331 104 111 0 105 102 17 546 102 70
Binary 11011001 1000100 1001001 0 1000101 1000010 1111 101100110 1000010 111000

Color Harmonies of #D94449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94449

Black with #D94449

Text Example


Text Example

White with #D94449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94449; }

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

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

background-color css

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

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

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

border-color css

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

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

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