#DB5262

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

Shades of Mandy #DB5262

Tints of Mandy #DB5262

Color information

#DB5262 (or 0xDB5262) is unknown color: approx Mandy. HEX triplet: DB, 52 and 62. RGB value is (219,82,98). Sum of RGB (Red+Green+Blue) = 219+82+98=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5262 is #24AD9D. Grayscale: #7C7C7C. Windows color (decimal): -2403742 or 6443739. OLE color: 6443739.

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

Color convert

RGB2198298-
CMYK00.630.550.14
HSL352.99º65.55%59.02%-
HSV(B)352.99º62.56%85.88%-
XYZ34.4421.9813.98-
YUV124.79112.89195.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.89%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=54.89%
G=20.55%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219829800.630.550.14352.9965.5559.02
HexDB526203F37E161423b
Octal333122142077671654110273
Binary1101101110100101100010011111111011111101011000011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5262; }

 p { color: rgb(219,82,98); }

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

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

 a { background-color: rgb(219,82,98); }

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

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

 span { border-color: rgb(219,82,98); }

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