Html Css Color HEX #D54C51 Mandy

📋 copy color: '#D54C51'

red 213 ◦ green 76 ◦ blue 81

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

Shades of Mandy #D54C51

Tints of Mandy #D54C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 57.57%
G = 20.54%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D54C51 (or 0xD54C51) is known color: Mandy. HEX triplet: D5, 4C and 51. RGB value is (213,76,81). Sum of RGB (Red+Green+Blue) = 213+76+81=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C51 is #2AB3AE. Grayscale: #757575. Windows color (decimal): -2798511 or 5328085. OLE color: 5328085.

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

Color convert

RGB 213 76 81 -
CMYK 0 0.64 0.62 0.16
HSL 357.81º 0.62% 0.57% -
HSV(B) 357.81º 0.64% 0.84% -
XYZ 31.51 19.91 9.97 -
YUV 117.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 213 76 81 0 0.64 0.62 0.16 357.81 0.62 0.57
Hex D5 4C 51 0 40 3E 10 166 3E 39
Octal 325 114 121 0 100 76 20 546 76 71
Binary 11010101 1001100 1010001 0 1000000 111110 10000 101100110 111110 111001

Color Harmonies of #D54C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C51

Black with #D54C51

Text Example


Text Example

White with #D54C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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