#DB617D

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

Shades of Cranberry #DB617D

Tints of Cranberry #DB617D

Color information

#DB617D (or 0xDB617D) is unknown color: approx Cranberry. HEX triplet: DB, 61 and 7D. RGB value is (219,97,125). Sum of RGB (Red+Green+Blue) = 219+97+125=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB617D is #249E82. Grayscale: #888888. Windows color (decimal): -2399875 or 8217051. OLE color: 8217051.

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

Color convert

RGB21997125-
CMYK00.560.430.14
HSL346.23º62.89%61.96%-
HSV(B)346.23º55.71%85.88%-
XYZ37.1925.0922.28-
YUV136.67121.42186.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=49.66%
G=22.00%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199712500.560.430.14346.2362.8961.96
HexDB617D0382BE15a3f3e
Octal33314117507053165327776
Binary110110111100001111110101110001010111110101011010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB617D; }

 p { color: rgb(219,97,125); }

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

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

 a { background-color: rgb(219,97,125); }

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

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

 span { border-color: rgb(219,97,125); }

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