#DB5E7C

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

Shades of Cranberry #DB5E7C

Tints of Cranberry #DB5E7C

Color information

#DB5E7C (or 0xDB5E7C) is unknown color: approx Cranberry. HEX triplet: DB, 5E and 7C. RGB value is (219,94,124). Sum of RGB (Red+Green+Blue) = 219+94+124=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E7C is #24A183. Grayscale: #868686. Windows color (decimal): -2400644 or 8150747. OLE color: 8150747.

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

Color convert

RGB21994124-
CMYK00.570.430.14
HSL345.6º63.45%61.37%-
HSV(B)345.6º57.08%85.88%-
XYZ36.8524.5221.86-
YUV134.79121.91188.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.11%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=50.11%
G=21.51%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199412400.570.430.14345.663.4561.37
HexDB5E7C0392BE15a3f3d
Octal33313617407153165327775
Binary110110111011110111110001110011010111110101011010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5E7C; }

 p { color: rgb(219,94,124); }

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

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

 a { background-color: rgb(219,94,124); }

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

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

 span { border-color: rgb(219,94,124); }

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