Html Css Color HEX #D54E5F Mandy

📋 copy color: '#D54E5F'

red 213 ◦ green 78 ◦ blue 95

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

Shades of Mandy #D54E5F

Tints of Mandy #D54E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 55.18%
G = 20.21%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D54E5F (or 0xD54E5F) is known color: Mandy. HEX triplet: D5, 4E and 5F. RGB value is (213,78,95). Sum of RGB (Red+Green+Blue) = 213+78+95=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E5F is #2AB1A0. Grayscale: #787878. Windows color (decimal): -2797985 or 6246101. OLE color: 6246101.

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

Color convert

RGB 213 78 95 -
CMYK 0 0.63 0.55 0.16
HSL 352.44º 0.62% 0.57% -
HSV(B) 352.44º 0.63% 0.84% -
XYZ 32.23 20.42 13.07 -
YUV 120.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 213 78 95 0 0.63 0.55 0.16 352.44 0.62 0.57
Hex D5 4E 5F 0 3F 37 10 160 3E 39
Octal 325 116 137 0 77 67 20 540 76 71
Binary 11010101 1001110 1011111 0 111111 110111 10000 101100000 111110 111001

Color Harmonies of #D54E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E5F

Black with #D54E5F

Text Example


Text Example

White with #D54E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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