#db5575

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

Shades of Cranberry #DB5575

Tints of Cranberry #DB5575

Color information

#DB5575 (or 0xDB5575) is unknown color: approx Cranberry. HEX triplet: DB, 55 and 75. RGB value is (219,85,117). Sum of RGB (Red+Green+Blue) = 219+85+117=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5575 is #24AA8A. Grayscale: #808080. Windows color (decimal): -2402955 or 7689691. OLE color: 7689691.

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

Color convert

RGB21985117-
CMYK00.610.470.14
HSL345.67º65.05%59.61%-
HSV(B)345.67º61.19%85.88%-
XYZ35.6722.8419.36-
YUV128.71121.39192.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=52.02%
G=20.19%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198511700.610.470.14345.6765.0559.61
HexDB557503D2FE15a413c
Octal333125165075571653210174
Binary1101101110101011110101011110110111111101010110101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db5575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db5575; }

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

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

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

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

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

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

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

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