#DB4680

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

Shades of Cranberry #DB4680

Tints of Cranberry #DB4680

Color information

#DB4680 (or 0xDB4680) is unknown color: approx Cranberry. HEX triplet: DB, 46 and 80. RGB value is (219,70,128). Sum of RGB (Red+Green+Blue) = 219+70+128=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4680 is #24B97F. Grayscale: #797979. Windows color (decimal): -2406784 or 8406747. OLE color: 8406747.

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

Color convert

RGB21970128-
CMYK00.680.420.14
HSL336.64º67.42%56.67%-
HSV(B)336.64º68.04%85.88%-
XYZ35.32122.61-
YUV121.16131.86197.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.52%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=52.52%
G=16.79%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197012800.680.420.14336.6467.4256.67
HexDB46800442AE1514339
Octal3331062000104521652110371
Binary110110111000110100000000100010010101011101010100011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4680; }

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

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

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

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

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

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

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

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