Html Css Color HEX #D5505E Mandy

📋 copy color: '#D5505E'

red 213 ◦ green 80 ◦ blue 94

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

Shades of Mandy #D5505E

Tints of Mandy #D5505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 55.04%
G = 20.67%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5505E (or 0xD5505E) is known color: Mandy. HEX triplet: D5, 50 and 5E. RGB value is (213,80,94). Sum of RGB (Red+Green+Blue) = 213+80+94=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5505E is #2AAFA1. Grayscale: #797979. Windows color (decimal): -2797474 or 6181077. OLE color: 6181077.

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

Color convert

RGB 213 80 94 -
CMYK 0 0.62 0.56 0.16
HSL 353.68º 0.61% 0.57% -
HSV(B) 353.68º 0.62% 0.84% -
XYZ 32.33 20.69 12.88 -
YUV 121.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 213 80 94 0 0.62 0.56 0.16 353.68 0.61 0.57
Hex D5 50 5E 0 3E 38 10 162 3D 39
Octal 325 120 136 0 76 70 20 542 75 71
Binary 11010101 1010000 1011110 0 111110 111000 10000 101100010 111101 111001

Color Harmonies of #D5505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5505E

Black with #D5505E

Text Example


Text Example

White with #D5505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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