Html Css Color HEX #D54C56 Mandy

📋 copy color: '#D54C56'

red 213 ◦ green 76 ◦ blue 86

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

Shades of Mandy #D54C56

Tints of Mandy #D54C56

RGB

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

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

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

R = 56.8%
G = 20.27%
B = 22.93%

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

#D54C56 (or 0xD54C56) is known color: Mandy. HEX triplet: D5, 4C and 56. RGB value is (213,76,86). Sum of RGB (Red+Green+Blue) = 213+76+86=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C56 is #2AB3A9. Grayscale: #767676. Windows color (decimal): -2798506 or 5655765. OLE color: 5655765.

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

Color convert

RGB 213 76 86 -
CMYK 0 0.64 0.60 0.16
HSL 355.62º 0.62% 0.57% -
HSV(B) 355.62º 0.64% 0.84% -
XYZ 31.7 19.99 10.99 -
YUV 118.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 213 76 86 0 0.64 0.60 0.16 355.62 0.62 0.57
Hex D5 4C 56 0 40 3C 10 164 3E 39
Octal 325 114 126 0 100 74 20 544 76 71
Binary 11010101 1001100 1010110 0 1000000 111100 10000 101100100 111110 111001

Color Harmonies of #D54C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C56

Black with #D54C56

Text Example


Text Example

White with #D54C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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