Html Css Color HEX #D5545B Mandy

📋 copy color: '#D5545B'

red 213 ◦ green 84 ◦ blue 91

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

Shades of Mandy #D5545B

Tints of Mandy #D5545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 54.9%
G = 21.65%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5545B (or 0xD5545B) is known color: Mandy. HEX triplet: D5, 54 and 5B. RGB value is (213,84,91). Sum of RGB (Red+Green+Blue) = 213+84+91=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5545B is #2AABA4. Grayscale: #7B7B7B. Windows color (decimal): -2796453 or 5985493. OLE color: 5985493.

HSL color Cylindrical-coordinate representation of color #D5545B: hue angle of 356.74º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5545B is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 91 -
CMYK 0 0.61 0.57 0.16
HSL 356.74º 0.61% 0.58% -
HSV(B) 356.74º 0.61% 0.84% -
XYZ 32.5 21.24 12.28 -
YUV 123.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 213 84 91 0 0.61 0.57 0.16 356.74 0.61 0.58
Hex D5 54 5B 0 3D 39 10 165 3D 3A
Octal 325 124 133 0 75 71 20 545 75 72
Binary 11010101 1010100 1011011 0 111101 111001 10000 101100101 111101 111010

Color Harmonies of #D5545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5545B

Black with #D5545B

Text Example


Text Example

White with #D5545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5545B; }

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

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

background-color css

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

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

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

border-color css

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

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

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