#DB5D74

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

Shades of Cranberry #DB5D74

Tints of Cranberry #DB5D74

Color information

#DB5D74 (or 0xDB5D74) is unknown color: approx Cranberry. HEX triplet: DB, 5D and 74. RGB value is (219,93,116). Sum of RGB (Red+Green+Blue) = 219+93+116=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D74 is #24A28B. Grayscale: #858585. Windows color (decimal): -2400908 or 7626203. OLE color: 7626203.

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

Color convert

RGB21993116-
CMYK00.580.470.14
HSL349.05º63.64%61.18%-
HSV(B)349.05º57.53%85.88%-
XYZ36.2824.1519.27-
YUV133.3118.24189.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.17%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 116 (45.70% from 255) = 27.10%
R=51.17%
G=21.73%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199311600.580.470.14349.0563.6461.18
HexDB5D7403A2FE15d403d
Octal333135164072571653510075
Binary1101101110111011110100011101010111111101010111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5D74; }

 p { color: rgb(219,93,116); }

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

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

 a { background-color: rgb(219,93,116); }

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

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

 span { border-color: rgb(219,93,116); }

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