Html Css Color HEX #D55A60 Mandy

📋 copy color: '#D55A60'

red 213 ◦ green 90 ◦ blue 96

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

Shades of Mandy #D55A60

Tints of Mandy #D55A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.06%

R = 53.38%
G = 22.56%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D55A60 (or 0xD55A60) is known color: Mandy. HEX triplet: D5, 5A and 60. RGB value is (213,90,96). Sum of RGB (Red+Green+Blue) = 213+90+96=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A60 is #2AA59F. Grayscale: #7F7F7F. Windows color (decimal): -2794912 or 6314709. OLE color: 6314709.

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

Color convert

RGB 213 90 96 -
CMYK 0 0.58 0.55 0.16
HSL 357.07º 0.59% 0.59% -
HSV(B) 357.07º 0.58% 0.84% -
XYZ 33.21 22.3 13.62 -
YUV 127.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 213 90 96 0 0.58 0.55 0.16 357.07 0.59 0.59
Hex D5 5A 60 0 3A 37 10 165 3B 3B
Octal 325 132 140 0 72 67 20 545 73 73
Binary 11010101 1011010 1100000 0 111010 110111 10000 101100101 111011 111011

Color Harmonies of #D55A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A60

Black with #D55A60

Text Example


Text Example

White with #D55A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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