#db5482

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

Shades of Cranberry #DB5482

Tints of Cranberry #DB5482

Color information

#DB5482 (or 0xDB5482) is unknown color: approx Cranberry. HEX triplet: DB, 54 and 82. RGB value is (219,84,130). Sum of RGB (Red+Green+Blue) = 219+84+130=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5482 is #24AB7D. Grayscale: #818181. Windows color (decimal): -2403198 or 8541403. OLE color: 8541403.

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

Color convert

RGB21984130-
CMYK00.620.410.14
HSL339.56º65.22%59.41%-
HSV(B)339.56º61.64%85.88%-
XYZ36.4123.0123.64-
YUV129.61128.23191.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.58%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=50.58%
G=19.40%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198413000.620.410.14339.5665.2259.41
HexDB548203E29E154413b
Octal333124202076511652410173
Binary11011011101010010000010011111010100111101010101001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db5482; }

 p { color: rgb(219,84,130); }

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

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

 a { background-color: rgb(219,84,130); }

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

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

 span { border-color: rgb(219,84,130); }

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