Html Css Color HEX #D54E4F Mandy

📋 copy color: '#D54E4F'

red 213 ◦ green 78 ◦ blue 79

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

Shades of Mandy #D54E4F

Tints of Mandy #D54E4F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 57.57%
G = 21.08%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D54E4F (or 0xD54E4F) is known color: Mandy. HEX triplet: D5, 4E and 4F. RGB value is (213,78,79). Sum of RGB (Red+Green+Blue) = 213+78+79=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E4F is #2AB1B0. Grayscale: #767676. Windows color (decimal): -2798001 or 5197525. OLE color: 5197525.

HSL color Cylindrical-coordinate representation of color #D54E4F: hue angle of 359.56º degrees, saturation: 0.62, 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 #D54E4F is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 78 79 -
CMYK 0 0.63 0.63 0.16
HSL 359.56º 0.62% 0.57% -
HSV(B) 359.56º 0.63% 0.84% -
XYZ 31.58 20.16 9.62 -
YUV 118.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 213 78 79 0 0.63 0.63 0.16 359.56 0.62 0.57
Hex D5 4E 4F 0 3F 3F 10 168 3E 39
Octal 325 116 117 0 77 77 20 550 76 71
Binary 11010101 1001110 1001111 0 111111 111111 10000 101101000 111110 111001

Color Harmonies of #D54E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E4F

Black with #D54E4F

Text Example


Text Example

White with #D54E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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