#DB547A

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

Shades of Cranberry #DB547A

Tints of Cranberry #DB547A

Color information

#DB547A (or 0xDB547A) is unknown color: approx Cranberry. HEX triplet: DB, 54 and 7A. RGB value is (219,84,122). Sum of RGB (Red+Green+Blue) = 219+84+122=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB547A is #24AB85. Grayscale: #808080. Windows color (decimal): -2403206 or 8017115. OLE color: 8017115.

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

Color convert

RGB21984122-
CMYK00.620.440.14
HSL343.11º65.22%59.41%-
HSV(B)343.11º61.64%85.88%-
XYZ35.922.8120.92-
YUV128.7124.23192.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.53%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=51.53%
G=19.76%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198412200.620.440.14343.1165.2259.41
HexDB547A03E2CE157413b
Octal333124172076541652710173
Binary1101101110101001111010011111010110011101010101111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB547A; }

 p { color: rgb(219,84,122); }

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

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

 a { background-color: rgb(219,84,122); }

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

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

 span { border-color: rgb(219,84,122); }

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