#DB4788

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

Shades of Cranberry #DB4788

Tints of Cranberry #DB4788

Color information

#DB4788 (or 0xDB4788) is unknown color: approx Cranberry. HEX triplet: DB, 47 and 88. RGB value is (219,71,136). Sum of RGB (Red+Green+Blue) = 219+71+136=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4788 is #24B877. Grayscale: #7A7A7A. Windows color (decimal): -2406520 or 8931291. OLE color: 8931291.

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

Color convert

RGB21971136-
CMYK00.680.380.14
HSL333.65º67.27%56.86%-
HSV(B)333.65º67.58%85.88%-
XYZ35.9121.3425.52-
YUV122.66135.53196.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.41%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=51.41%
G=16.67%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197113600.680.380.14333.6567.2756.86
HexDB478804426E14e4339
Octal3331072100104461651610371
Binary110110111000111100010000100010010011011101010011101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4788; }

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

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

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

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

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

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

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

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