Html Css Color HEX #D5515B Mandy

📋 copy color: '#D5515B'

red 213 ◦ green 81 ◦ blue 91

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

Shades of Mandy #D5515B

Tints of Mandy #D5515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 55.32%
G = 21.04%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5515B (or 0xD5515B) is known color: Mandy. HEX triplet: D5, 51 and 5B. RGB value is (213,81,91). Sum of RGB (Red+Green+Blue) = 213+81+91=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5515B is #2AAEA4. Grayscale: #797979. Windows color (decimal): -2797221 or 5984725. OLE color: 5984725.

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

Color convert

RGB 213 81 91 -
CMYK 0 0.62 0.57 0.16
HSL 355.45º 0.61% 0.58% -
HSV(B) 355.45º 0.62% 0.84% -
XYZ 32.27 20.79 12.21 -
YUV 121.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 213 81 91 0 0.62 0.57 0.16 355.45 0.61 0.58
Hex D5 51 5B 0 3E 39 10 163 3D 3A
Octal 325 121 133 0 76 71 20 543 75 72
Binary 11010101 1010001 1011011 0 111110 111001 10000 101100011 111101 111010

Color Harmonies of #D5515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5515B

Black with #D5515B

Text Example


Text Example

White with #D5515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5515B; }

 p { color: rgb(213,81,91); }

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

background-color css

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

 a { background-color: rgb(213,81,91); }

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

border-color css

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

 span { border-color: rgb(213,81,91); }

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