Html Css Color HEX #D55A5E Mandy

📋 copy color: '#D55A5E'

red 213 ◦ green 90 ◦ blue 94

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

Shades of Mandy #D55A5E

Tints of Mandy #D55A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 53.65%
G = 22.67%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D55A5E (or 0xD55A5E) is known color: Mandy. HEX triplet: D5, 5A and 5E. RGB value is (213,90,94). Sum of RGB (Red+Green+Blue) = 213+90+94=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A5E is #2AA5A1. Grayscale: #7F7F7F. Windows color (decimal): -2794914 or 6183637. OLE color: 6183637.

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

Color convert

RGB 213 90 94 -
CMYK 0 0.58 0.56 0.16
HSL 358.05º 0.59% 0.59% -
HSV(B) 358.05º 0.58% 0.84% -
XYZ 33.12 22.27 13.14 -
YUV 127.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 213 90 94 0 0.58 0.56 0.16 358.05 0.59 0.59
Hex D5 5A 5E 0 3A 38 10 166 3B 3B
Octal 325 132 136 0 72 70 20 546 73 73
Binary 11010101 1011010 1011110 0 111010 111000 10000 101100110 111011 111011

Color Harmonies of #D55A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A5E

Black with #D55A5E

Text Example


Text Example

White with #D55A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A5E; }

 p { color: rgb(213,90,94); }

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

background-color css

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

 a { background-color: rgb(213,90,94); }

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

border-color css

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

 span { border-color: rgb(213,90,94); }

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