#DB4075

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

Shades of Cranberry #DB4075

Tints of Cranberry #DB4075

Color information

#DB4075 (or 0xDB4075) is unknown color: approx Cranberry. HEX triplet: DB, 40 and 75. RGB value is (219,64,117). Sum of RGB (Red+Green+Blue) = 219+64+117=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4075 is #24BF8A. Grayscale: #747474. Windows color (decimal): -2408331 or 7684315. OLE color: 7684315.

HSL color Cylindrical-coordinate representation of color #DB4075: hue angle of 339.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4075 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB21964117-
CMYK00.710.470.14
HSL339.48º68.28%55.49%-
HSV(B)339.48º70.78%85.88%-
XYZ34.2620.0118.89-
YUV116.39128.35201.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.75%
GREEN value IS 64 (25.39% from 255) = 16%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=54.75%
G=16%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196411700.710.470.14339.4868.2855.49
HexDB40750472FE1534437
Octal3331001650107571652310467
Binary11011011100000011101010100011110111111101010100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4075; }

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

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

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

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

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

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

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

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