#DB506D

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

Shades of Cranberry #DB506D

Tints of Cranberry #DB506D

Color information

#DB506D (or 0xDB506D) is unknown color: approx Cranberry. HEX triplet: DB, 50 and 6D. RGB value is (219,80,109). Sum of RGB (Red+Green+Blue) = 219+80+109=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB506D is #24AF92. Grayscale: #7C7C7C. Windows color (decimal): -2404243 or 7164123. OLE color: 7164123.

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

Color convert

RGB21980109-
CMYK00.630.500.14
HSL347.48º65.88%58.63%-
HSV(B)347.48º63.47%85.88%-
XYZ34.8421.916.86-
YUV124.87119.05195.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.68%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=53.68%
G=19.61%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198010900.630.500.14347.4865.8858.63
HexDB506D03F32E15b423b
Octal333120155077621653310273
Binary1101101110100001101101011111111001011101010110111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB506D; }

 p { color: rgb(219,80,109); }

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

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

 a { background-color: rgb(219,80,109); }

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

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

 span { border-color: rgb(219,80,109); }

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