#db505c

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

Shades of Mandy #DB505C

Tints of Mandy #DB505C

Color information

#DB505C (or 0xDB505C) is unknown color: approx Mandy. HEX triplet: DB, 50 and 5C. RGB value is (219,80,92). Sum of RGB (Red+Green+Blue) = 219+80+92=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB505C is #24AFA3. Grayscale: #7B7B7B. Windows color (decimal): -2404260 or 6050011. OLE color: 6050011.

HSL color Cylindrical-coordinate representation of color #DB505C: hue angle of 354.82º degrees, saturation: 0.66, 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 #DB505C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB2198092-
CMYK00.630.580.14
HSL354.82º65.88%58.63%-
HSV(B)354.82º63.47%85.88%-
XYZ34.0121.5712.5-
YUV122.93110.55196.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.01%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=56.01%
G=20.46%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219809200.630.580.14354.8265.8858.63
HexDB505C03F3AE163423b
Octal333120134077721654310273
Binary1101101110100001011100011111111101011101011000111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db505c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db505c; }

 p { color: rgb(219,80,92); }

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

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

 a { background-color: rgb(219,80,92); }

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

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

 span { border-color: rgb(219,80,92); }

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