#DB4782

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

Shades of Cranberry #DB4782

Tints of Cranberry #DB4782

Color information

#DB4782 (or 0xDB4782) is unknown color: approx Cranberry. HEX triplet: DB, 47 and 82. RGB value is (219,71,130). Sum of RGB (Red+Green+Blue) = 219+71+130=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4782 is #24B87D. Grayscale: #797979. Windows color (decimal): -2406526 or 8538075. OLE color: 8538075.

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

Color convert

RGB21971130-
CMYK00.680.410.14
HSL336.08º67.27%56.86%-
HSV(B)336.08º67.58%85.88%-
XYZ35.521.1823.34-
YUV121.98132.53197.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.14%
GREEN value IS 71 (28.12% from 255) = 16.90%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=52.14%
G=16.90%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197113000.680.410.14336.0867.2756.86
HexDB478204429E1504339
Octal3331072020104511652010371
Binary110110111000111100000100100010010100111101010100001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4782; }

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

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

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

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

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

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

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

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