#DB414F

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

Shades of Mandy #DB414F

Tints of Mandy #DB414F

Color information

#DB414F (or 0xDB414F) is unknown color: approx Mandy. HEX triplet: DB, 41 and 4F. RGB value is (219,65,79). Sum of RGB (Red+Green+Blue) = 219+65+79=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB414F is #24BEB0. Grayscale: #707070. Windows color (decimal): -2408113 or 5194203. OLE color: 5194203.

HSL color Cylindrical-coordinate representation of color #DB414F: hue angle of 354.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB414F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB2196579-
CMYK00.700.640.14
HSL354.55º68.14%55.69%-
HSV(B)354.55º70.32%85.88%-
XYZ32.5119.419.43-
YUV112.64109.02203.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60.33%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=60.33%
G=17.91%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219657900.700.640.14354.5568.1455.69
HexDB414F04640E1634438
Octal33310111701061001654310470
Binary110110111000001100111101000110100000011101011000111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB414F; }

 p { color: rgb(219,65,79); }

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

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

 a { background-color: rgb(219,65,79); }

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

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

 span { border-color: rgb(219,65,79); }

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