Html Css Color HEX #D5545C Mandy

📋 copy color: '#D5545C'

red 213 ◦ green 84 ◦ blue 92

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

Shades of Mandy #D5545C

Tints of Mandy #D5545C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 54.76%
G = 21.59%
B = 23.65%

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

#D5545C (or 0xD5545C) is known color: Mandy. HEX triplet: D5, 54 and 5C. RGB value is (213,84,92). Sum of RGB (Red+Green+Blue) = 213+84+92=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5545C is #2AABA3. Grayscale: #7B7B7B. Windows color (decimal): -2796452 or 6051029. OLE color: 6051029.

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

Color convert

RGB 213 84 92 -
CMYK 0 0.61 0.57 0.16
HSL 356.28º 0.61% 0.58% -
HSV(B) 356.28º 0.61% 0.84% -
XYZ 32.54 21.26 12.51 -
YUV 123.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 213 84 92 0 0.61 0.57 0.16 356.28 0.61 0.58
Hex D5 54 5C 0 3D 39 10 164 3D 3A
Octal 325 124 134 0 75 71 20 544 75 72
Binary 11010101 1010100 1011100 0 111101 111001 10000 101100100 111101 111010

Color Harmonies of #D5545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5545C

Black with #D5545C

Text Example


Text Example

White with #D5545C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5545C; }

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

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

background-color css

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

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

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

border-color css

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

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

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