#DB506E

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

Shades of Cranberry #DB506E

Tints of Cranberry #DB506E

Color information

#DB506E (or 0xDB506E) is unknown color: approx Cranberry. HEX triplet: DB, 50 and 6E. RGB value is (219,80,110). Sum of RGB (Red+Green+Blue) = 219+80+110=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB506E is #24AF91. Grayscale: #7D7D7D. Windows color (decimal): -2404242 or 7229659. OLE color: 7229659.

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

Color convert

RGB21980110-
CMYK00.630.500.14
HSL347.05º65.88%58.63%-
HSV(B)347.05º63.47%85.88%-
XYZ34.921.9217.14-
YUV124.98119.55195.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.55%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=53.55%
G=19.56%
B=26.89%

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
Decimal2198011000.630.500.14347.0565.8858.63
HexDB506E03F32E15b423b
Octal333120156077621653310273
Binary1101101110100001101110011111111001011101010110111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB506E; }

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

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

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

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

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

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

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

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