#DB5E80

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

Shades of Cranberry #DB5E80

Tints of Cranberry #DB5E80

Color information

#DB5E80 (or 0xDB5E80) is unknown color: approx Cranberry. HEX triplet: DB, 5E and 80. RGB value is (219,94,128). Sum of RGB (Red+Green+Blue) = 219+94+128=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E80 is #24A17F. Grayscale: #878787. Windows color (decimal): -2400640 or 8412891. OLE color: 8412891.

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

Color convert

RGB21994128-
CMYK00.570.420.14
HSL343.68º63.45%61.37%-
HSV(B)343.68º57.08%85.88%-
XYZ37.1124.6223.22-
YUV135.25123.91187.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=49.66%
G=21.32%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199412800.570.420.14343.6863.4561.37
HexDB5E800392AE1583f3d
Octal33313620007152165307775
Binary1101101110111101000000001110011010101110101011000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5E80; }

 p { color: rgb(219,94,128); }

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

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

 a { background-color: rgb(219,94,128); }

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

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

 span { border-color: rgb(219,94,128); }

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