#DB4974

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

Shades of Cranberry #DB4974

Tints of Cranberry #DB4974

Color information

#DB4974 (or 0xDB4974) is unknown color: approx Cranberry. HEX triplet: DB, 49 and 74. RGB value is (219,73,116). Sum of RGB (Red+Green+Blue) = 219+73+116=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4974 is #24B68B. Grayscale: #797979. Windows color (decimal): -2406028 or 7621083. OLE color: 7621083.

HSL color Cylindrical-coordinate representation of color #DB4974: hue angle of 342.33º 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 #DB4974 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB21973116-
CMYK00.670.470.14
HSL342.33º66.97%57.25%-
HSV(B)342.33º66.67%85.88%-
XYZ34.7521.0918.76-
YUV121.56124.87197.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.68%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=53.68%
G=17.89%
B=28.43%

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
Decimal2197311600.670.470.14342.3366.9757.25
HexDB49740432FE1564339
Octal3331111640103571652610371
Binary11011011100100111101000100001110111111101010101101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4974; }

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

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

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

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

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

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

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

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