#DB4973

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

Shades of Cranberry #DB4973

Tints of Cranberry #DB4973

Color information

#DB4973 (or 0xDB4973) is unknown color: approx Cranberry. HEX triplet: DB, 49 and 73. RGB value is (219,73,115). Sum of RGB (Red+Green+Blue) = 219+73+115=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4973 is #24B68C. Grayscale: #797979. Windows color (decimal): -2406029 or 7555547. OLE color: 7555547.

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

Color convert

RGB21973115-
CMYK00.670.470.14
HSL342.74º66.97%57.25%-
HSV(B)342.74º66.67%85.88%-
XYZ34.6921.0618.46-
YUV121.44124.37197.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.81%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=53.81%
G=17.94%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197311500.670.470.14342.7466.9757.25
HexDB49730432FE1574339
Octal3331111630103571652710371
Binary11011011100100111100110100001110111111101010101111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4973; }

 p { color: rgb(219,73,115); }

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

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

 a { background-color: rgb(219,73,115); }

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

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

 span { border-color: rgb(219,73,115); }

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