Html Css Color HEX #D54249 Mandy

📋 copy color: '#D54249'

red 213 ◦ green 66 ◦ blue 73

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

Shades of Mandy #D54249

Tints of Mandy #D54249

RGB

 RED value IS 213 (83.59% from 255) = 60.51%

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

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

R = 60.51%
G = 18.75%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D54249 (or 0xD54249) is known color: Mandy. HEX triplet: D5, 42 and 49. RGB value is (213,66,73). Sum of RGB (Red+Green+Blue) = 213+66+73=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D54249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54249 is #2ABDB6. Grayscale: #6E6E6E. Windows color (decimal): -2801079 or 4801237. OLE color: 4801237.

HSL color Cylindrical-coordinate representation of color #D54249: hue angle of 357.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54249 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 73 -
CMYK 0 0.69 0.66 0.16
HSL 357.14º 0.64% 0.55% -
HSV(B) 357.14º 0.69% 0.84% -
XYZ 30.59 18.52 8.27 -
YUV 110.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 213 66 73 0 0.69 0.66 0.16 357.14 0.64 0.55
Hex D5 42 49 0 45 42 10 165 40 37
Octal 325 102 111 0 105 102 20 545 100 67
Binary 11010101 1000010 1001001 0 1000101 1000010 10000 101100101 1000000 110111

Color Harmonies of #D54249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54249

Black with #D54249

Text Example


Text Example

White with #D54249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54249; }

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

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

background-color css

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

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

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

border-color css

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

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

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