#DB557E

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

Shades of Cranberry #DB557E

Tints of Cranberry #DB557E

Color information

#DB557E (or 0xDB557E) is unknown color: approx Cranberry. HEX triplet: DB, 55 and 7E. RGB value is (219,85,126). Sum of RGB (Red+Green+Blue) = 219+85+126=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB557E is #24AA81. Grayscale: #818181. Windows color (decimal): -2402946 or 8279515. OLE color: 8279515.

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

Color convert

RGB21985126-
CMYK00.610.420.14
HSL341.64º65.05%59.61%-
HSV(B)341.64º61.19%85.88%-
XYZ36.2323.0622.28-
YUV129.74125.89191.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.93%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=50.93%
G=19.77%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198512600.610.420.14341.6465.0559.61
HexDB557E03D2AE156413c
Octal333125176075521652610174
Binary1101101110101011111110011110110101011101010101101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB557E; }

 p { color: rgb(219,85,126); }

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

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

 a { background-color: rgb(219,85,126); }

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

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

 span { border-color: rgb(219,85,126); }

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