#DC515A

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

Shades of Mandy #DC515A

Tints of Mandy #DC515A

Color information

#DC515A (or 0xDC515A) is unknown color: approx Mandy. HEX triplet: DC, 51 and 5A. RGB value is (220,81,90). Sum of RGB (Red+Green+Blue) = 220+81+90=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC515A is #23AEA5. Grayscale: #7B7B7B. Windows color (decimal): -2338470 or 5919196. OLE color: 5919196.

HSL color Cylindrical-coordinate representation of color #DC515A: hue angle of 356.12º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC515A is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB2208190-
CMYK00.630.590.14
HSL356.12º66.51%59.02%-
HSV(B)356.12º63.18%86.27%-
XYZ34.321.8412.08-
YUV123.59109.05196.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.27%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=56.27%
G=20.72%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220819000.630.590.14356.1266.5159.02
HexDC515A03F3BE164433b
Octal334121132077731654410373
Binary1101110010100011011010011111111101111101011001001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC515A; }

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

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

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

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

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

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

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

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