Html Css Color HEX #D54C57 Mandy

📋 copy color: '#D54C57'

red 213 ◦ green 76 ◦ blue 87

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

Shades of Mandy #D54C57

Tints of Mandy #D54C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 87 (34.38% from 255) = 23.14%

R = 56.65%
G = 20.21%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D54C57 (or 0xD54C57) is known color: Mandy. HEX triplet: D5, 4C and 57. RGB value is (213,76,87). Sum of RGB (Red+Green+Blue) = 213+76+87=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C57 is #2AB3A8. Grayscale: #767676. Windows color (decimal): -2798505 or 5721301. OLE color: 5721301.

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

Color convert

RGB 213 76 87 -
CMYK 0 0.64 0.59 0.16
HSL 355.18º 0.62% 0.57% -
HSV(B) 355.18º 0.64% 0.84% -
XYZ 31.75 20 11.2 -
YUV 118.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 213 76 87 0 0.64 0.59 0.16 355.18 0.62 0.57
Hex D5 4C 57 0 40 3B 10 163 3E 39
Octal 325 114 127 0 100 73 20 543 76 71
Binary 11010101 1001100 1010111 0 1000000 111011 10000 101100011 111110 111001

Color Harmonies of #D54C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C57

Black with #D54C57

Text Example


Text Example

White with #D54C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C57; }

 p { color: rgb(213,76,87); }

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

background-color css

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

 a { background-color: rgb(213,76,87); }

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

border-color css

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

 span { border-color: rgb(213,76,87); }

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