#D0515A

Color #D0515A Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D0515A

Tints of Mandy #D0515A

Color information

#D0515A (or 0xD0515A) is unknown color: approx Mandy. HEX triplet: D0, 51 and 5A. RGB value is (208,81,90). Sum of RGB (Red+Green+Blue) = 208+81+90=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0515A is #2FAEA5. Grayscale: #787878. Windows color (decimal): -3124902 or 5919184. OLE color: 5919184.

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

Color convert

RGB2088190-
CMYK00.610.570.18
HSL355.75º57.47%56.67%-
HSV(B)355.75º61.06%81.57%-
XYZ30.820.0311.92-
YUV120111.08190.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=54.88%
G=21.37%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208819000.610.570.18355.7557.4756.67
HexD0515A03D39121643939
Octal32012113207571225447171
Binary1101000010100011011010011110111100110010101100100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0515A; }

 p { color: rgb(208,81,90); }

 H1.HeaderClassName
 {
   color: #D0515A;
 }
 .AnyTagClassName
 {
   color: #D0515A;
 }
</style>
background-color css

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

 a { background-color: rgb(208,81,90); }

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

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

 span { border-color: rgb(208,81,90); }

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