Html Css Color HEX #D54A57 Mandy

📋 copy color: '#D54A57'

red 213 ◦ green 74 ◦ blue 87

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

Shades of Mandy #D54A57

Tints of Mandy #D54A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.79%

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

R = 56.95%
G = 19.79%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D54A57 (or 0xD54A57) is known color: Mandy. HEX triplet: D5, 4A and 57. RGB value is (213,74,87). Sum of RGB (Red+Green+Blue) = 213+74+87=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A57 is #2AB5A8. Grayscale: #757575. Windows color (decimal): -2799017 or 5720789. OLE color: 5720789.

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

Color convert

RGB 213 74 87 -
CMYK 0 0.65 0.59 0.16
HSL 354.39º 0.62% 0.56% -
HSV(B) 354.39º 0.65% 0.84% -
XYZ 31.61 19.73 11.16 -
YUV 117.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 213 74 87 0 0.65 0.59 0.16 354.39 0.62 0.56
Hex D5 4A 57 0 41 3B 10 162 3E 38
Octal 325 112 127 0 101 73 20 542 76 70
Binary 11010101 1001010 1010111 0 1000001 111011 10000 101100010 111110 111000

Color Harmonies of #D54A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A57

Black with #D54A57

Text Example


Text Example

White with #D54A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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