#DB4875

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

Shades of Cranberry #DB4875

Tints of Cranberry #DB4875

Color information

#DB4875 (or 0xDB4875) is unknown color: approx Cranberry. HEX triplet: DB, 48 and 75. RGB value is (219,72,117). Sum of RGB (Red+Green+Blue) = 219+72+117=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4875 is #24B78A. Grayscale: #797979. Windows color (decimal): -2406283 or 7686363. OLE color: 7686363.

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

Color convert

RGB21972117-
CMYK00.670.470.14
HSL341.63º67.12%57.06%-
HSV(B)341.63º67.12%85.88%-
XYZ34.7420.9819.05-
YUV121.08125.7197.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.68%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=53.68%
G=17.65%
B=28.68%

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
Decimal2197211700.670.470.14341.6367.1257.06
HexDB48750432FE1564339
Octal3331101650103571652610371
Binary11011011100100011101010100001110111111101010101101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4875; }

 p { color: rgb(219,72,117); }

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

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

 a { background-color: rgb(219,72,117); }

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

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

 span { border-color: rgb(219,72,117); }

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