Html Css Color HEX #D54F51 Mandy

📋 copy color: '#D54F51'

red 213 ◦ green 79 ◦ blue 81

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

Shades of Mandy #D54F51

Tints of Mandy #D54F51

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.18%

 BLUE value IS 81 (32.03% from 255) = 21.72%

R = 57.1%
G = 21.18%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D54F51 (or 0xD54F51) is known color: Mandy. HEX triplet: D5, 4F and 51. RGB value is (213,79,81). Sum of RGB (Red+Green+Blue) = 213+79+81=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F51 is #2AB0AE. Grayscale: #777777. Windows color (decimal): -2797743 or 5328853. OLE color: 5328853.

HSL color Cylindrical-coordinate representation of color #D54F51: hue angle of 359.1º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54F51 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 79 81 -
CMYK 0 0.63 0.62 0.16
HSL 359.1º 0.61% 0.57% -
HSV(B) 359.1º 0.63% 0.84% -
XYZ 31.72 20.33 10.04 -
YUV 119.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 213 79 81 0 0.63 0.62 0.16 359.1 0.61 0.57
Hex D5 4F 51 0 3F 3E 10 167 3D 39
Octal 325 117 121 0 77 76 20 547 75 71
Binary 11010101 1001111 1010001 0 111111 111110 10000 101100111 111101 111001

Color Harmonies of #D54F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F51

Black with #D54F51

Text Example


Text Example

White with #D54F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F51; }

 p { color: rgb(213,79,81); }

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

background-color css

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

 a { background-color: rgb(213,79,81); }

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

border-color css

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

 span { border-color: rgb(213,79,81); }

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