Html Css Color HEX #D5545D Mandy

📋 copy color: '#D5545D'

red 213 ◦ green 84 ◦ blue 93

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

Shades of Mandy #D5545D

Tints of Mandy #D5545D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 54.62%
G = 21.54%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5545D (or 0xD5545D) is known color: Mandy. HEX triplet: D5, 54 and 5D. RGB value is (213,84,93). Sum of RGB (Red+Green+Blue) = 213+84+93=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5545D is #2AABA2. Grayscale: #7B7B7B. Windows color (decimal): -2796451 or 6116565. OLE color: 6116565.

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

Color convert

RGB 213 84 93 -
CMYK 0 0.61 0.56 0.16
HSL 355.81º 0.61% 0.58% -
HSV(B) 355.81º 0.61% 0.84% -
XYZ 32.59 21.28 12.75 -
YUV 123.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 213 84 93 0 0.61 0.56 0.16 355.81 0.61 0.58
Hex D5 54 5D 0 3D 38 10 164 3D 3A
Octal 325 124 135 0 75 70 20 544 75 72
Binary 11010101 1010100 1011101 0 111101 111000 10000 101100100 111101 111010

Color Harmonies of #D5545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5545D

Black with #D5545D

Text Example


Text Example

White with #D5545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5545D; }

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

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

background-color css

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

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

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

border-color css

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

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

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