Html Css Color HEX #D5515E Mandy

📋 copy color: '#D5515E'

red 213 ◦ green 81 ◦ blue 94

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

Shades of Mandy #D5515E

Tints of Mandy #D5515E

RGB

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

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

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

R = 54.9%
G = 20.88%
B = 24.23%

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

#D5515E (or 0xD5515E) is known color: Mandy. HEX triplet: D5, 51 and 5E. RGB value is (213,81,94). Sum of RGB (Red+Green+Blue) = 213+81+94=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5515E is #2AAEA1. Grayscale: #7A7A7A. Windows color (decimal): -2797218 or 6181333. OLE color: 6181333.

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

Color convert

RGB 213 81 94 -
CMYK 0 0.62 0.56 0.16
HSL 354.09º 0.61% 0.58% -
HSV(B) 354.09º 0.62% 0.84% -
XYZ 32.4 20.84 12.9 -
YUV 121.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 213 81 94 0 0.62 0.56 0.16 354.09 0.61 0.58
Hex D5 51 5E 0 3E 38 10 162 3D 3A
Octal 325 121 136 0 76 70 20 542 75 72
Binary 11010101 1010001 1011110 0 111110 111000 10000 101100010 111101 111010

Color Harmonies of #D5515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5515E

Black with #D5515E

Text Example


Text Example

White with #D5515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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