Html Css Color HEX #D54D5B Mandy

📋 copy color: '#D54D5B'

red 213 ◦ green 77 ◦ blue 91

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

Shades of Mandy #D54D5B

Tints of Mandy #D54D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 55.91%
G = 20.21%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D54D5B (or 0xD54D5B) is known color: Mandy. HEX triplet: D5, 4D and 5B. RGB value is (213,77,91). Sum of RGB (Red+Green+Blue) = 213+77+91=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D5B is #2AB2A4. Grayscale: #777777. Windows color (decimal): -2798245 or 5983701. OLE color: 5983701.

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

Color convert

RGB 213 77 91 -
CMYK 0 0.64 0.57 0.16
HSL 353.82º 0.62% 0.57% -
HSV(B) 353.82º 0.64% 0.84% -
XYZ 31.98 20.21 12.11 -
YUV 119.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 213 77 91 0 0.64 0.57 0.16 353.82 0.62 0.57
Hex D5 4D 5B 0 40 39 10 162 3E 39
Octal 325 115 133 0 100 71 20 542 76 71
Binary 11010101 1001101 1011011 0 1000000 111001 10000 101100010 111110 111001

Color Harmonies of #D54D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D5B

Black with #D54D5B

Text Example


Text Example

White with #D54D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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