Html Css Color HEX #D54D56 Mandy

📋 copy color: '#D54D56'

red 213 ◦ green 77 ◦ blue 86

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

Shades of Mandy #D54D56

Tints of Mandy #D54D56

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 56.65%
G = 20.48%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D54D56 (or 0xD54D56) is known color: Mandy. HEX triplet: D5, 4D and 56. RGB value is (213,77,86). Sum of RGB (Red+Green+Blue) = 213+77+86=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D56 is #2AB2A9. Grayscale: #767676. Windows color (decimal): -2798250 or 5656021. OLE color: 5656021.

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

Color convert

RGB 213 77 86 -
CMYK 0 0.64 0.60 0.16
HSL 356.03º 0.62% 0.57% -
HSV(B) 356.03º 0.64% 0.84% -
XYZ 31.77 20.13 11.01 -
YUV 118.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 213 77 86 0 0.64 0.60 0.16 356.03 0.62 0.57
Hex D5 4D 56 0 40 3C 10 164 3E 39
Octal 325 115 126 0 100 74 20 544 76 71
Binary 11010101 1001101 1010110 0 1000000 111100 10000 101100100 111110 111001

Color Harmonies of #D54D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D56

Black with #D54D56

Text Example


Text Example

White with #D54D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D56; }

 p { color: rgb(213,77,86); }

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

background-color css

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

 a { background-color: rgb(213,77,86); }

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

border-color css

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

 span { border-color: rgb(213,77,86); }

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