Html Css Color HEX #D5505D Mandy

📋 copy color: '#D5505D'

red 213 ◦ green 80 ◦ blue 93

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

Shades of Mandy #D5505D

Tints of Mandy #D5505D

RGB

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

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

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

R = 55.18%
G = 20.73%
B = 24.09%

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

#D5505D (or 0xD5505D) is known color: Mandy. HEX triplet: D5, 50 and 5D. RGB value is (213,80,93). Sum of RGB (Red+Green+Blue) = 213+80+93=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5505D is #2AAFA2. Grayscale: #797979. Windows color (decimal): -2797475 or 6115541. OLE color: 6115541.

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

Color convert

RGB 213 80 93 -
CMYK 0 0.62 0.56 0.16
HSL 354.14º 0.61% 0.57% -
HSV(B) 354.14º 0.62% 0.84% -
XYZ 32.29 20.67 12.64 -
YUV 121.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 213 80 93 0 0.62 0.56 0.16 354.14 0.61 0.57
Hex D5 50 5D 0 3E 38 10 162 3D 39
Octal 325 120 135 0 76 70 20 542 75 71
Binary 11010101 1010000 1011101 0 111110 111000 10000 101100010 111101 111001

Color Harmonies of #D5505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5505D

Black with #D5505D

Text Example


Text Example

White with #D5505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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