#DB4D85

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

Shades of Cranberry #DB4D85

Tints of Cranberry #DB4D85

Color information

#DB4D85 (or 0xDB4D85) is unknown color: approx Cranberry. HEX triplet: DB, 4D and 85. RGB value is (219,77,133). Sum of RGB (Red+Green+Blue) = 219+77+133=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D85 is #24B27A. Grayscale: #7D7D7D. Windows color (decimal): -2404987 or 8736219. OLE color: 8736219.

HSL color Cylindrical-coordinate representation of color #DB4D85: hue angle of 336.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D85 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB21977133-
CMYK00.650.390.14
HSL336.34º66.36%58.04%-
HSV(B)336.34º64.84%85.88%-
XYZ36.122.0624.55-
YUV125.84132.04194.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.05%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=51.05%
G=17.95%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197713300.650.390.14336.3466.3658.04
HexDB4D8504127E150423a
Octal3331152050101471652010272
Binary110110111001101100001010100000110011111101010100001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4D85; }

 p { color: rgb(219,77,133); }

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

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

 a { background-color: rgb(219,77,133); }

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

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

 span { border-color: rgb(219,77,133); }

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