Html Css Color HEX #D54E5B Mandy

📋 copy color: '#D54E5B'

red 213 ◦ green 78 ◦ blue 91

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

Shades of Mandy #D54E5B

Tints of Mandy #D54E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 55.76%
G = 20.42%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D54E5B (or 0xD54E5B) is known color: Mandy. HEX triplet: D5, 4E and 5B. RGB value is (213,78,91). Sum of RGB (Red+Green+Blue) = 213+78+91=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E5B is #2AB1A4. Grayscale: #777777. Windows color (decimal): -2797989 or 5983957. OLE color: 5983957.

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

Color convert

RGB 213 78 91 -
CMYK 0 0.63 0.57 0.16
HSL 354.22º 0.62% 0.57% -
HSV(B) 354.22º 0.63% 0.84% -
XYZ 32.05 20.35 12.14 -
YUV 119.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 213 78 91 0 0.63 0.57 0.16 354.22 0.62 0.57
Hex D5 4E 5B 0 3F 39 10 162 3E 39
Octal 325 116 133 0 77 71 20 542 76 71
Binary 11010101 1001110 1011011 0 111111 111001 10000 101100010 111110 111001

Color Harmonies of #D54E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E5B

Black with #D54E5B

Text Example


Text Example

White with #D54E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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