#DB4276

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

Shades of Cranberry #DB4276

Tints of Cranberry #DB4276

Color information

#DB4276 (or 0xDB4276) is unknown color: approx Cranberry. HEX triplet: DB, 42 and 76. RGB value is (219,66,118). Sum of RGB (Red+Green+Blue) = 219+66+118=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4276 is #24BD89. Grayscale: #757575. Windows color (decimal): -2407818 or 7750363. OLE color: 7750363.

HSL color Cylindrical-coordinate representation of color #DB4276: hue angle of 339.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4276 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB21966118-
CMYK00.700.460.14
HSL339.61º68%55.88%-
HSV(B)339.61º69.86%85.88%-
XYZ34.4320.2619.24-
YUV117.67128.19200.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.34%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=54.34%
G=16.38%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196611800.700.460.14339.616855.88
HexDB42760462EE1544438
Octal3331021660106561652410470
Binary11011011100001011101100100011010111011101010101001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4276; }

 p { color: rgb(219,66,118); }

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

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

 a { background-color: rgb(219,66,118); }

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

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

 span { border-color: rgb(219,66,118); }

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