#DB477A

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

Shades of Cranberry #DB477A

Tints of Cranberry #DB477A

Color information

#DB477A (or 0xDB477A) is unknown color: approx Cranberry. HEX triplet: DB, 47 and 7A. RGB value is (219,71,122). Sum of RGB (Red+Green+Blue) = 219+71+122=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB477A is #24B885. Grayscale: #797979. Windows color (decimal): -2406534 or 8013787. OLE color: 8013787.

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

Color convert

RGB21971122-
CMYK00.680.440.14
HSL339.32º67.27%56.86%-
HSV(B)339.32º67.58%85.88%-
XYZ34.9820.9720.62-
YUV121.07128.53197.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.16%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=53.16%
G=17.23%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197112200.680.440.14339.3267.2756.86
HexDB477A0442CE1534339
Octal3331071720104541652310371
Binary11011011100011111110100100010010110011101010100111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB477A; }

 p { color: rgb(219,71,122); }

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

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

 a { background-color: rgb(219,71,122); }

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

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

 span { border-color: rgb(219,71,122); }

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