#DB547B

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

Shades of Cranberry #DB547B

Tints of Cranberry #DB547B

Color information

#DB547B (or 0xDB547B) is unknown color: approx Cranberry. HEX triplet: DB, 54 and 7B. RGB value is (219,84,123). Sum of RGB (Red+Green+Blue) = 219+84+123=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB547B is #24AB84. Grayscale: #808080. Windows color (decimal): -2403205 or 8082651. OLE color: 8082651.

HSL color Cylindrical-coordinate representation of color #DB547B: hue angle of 342.67º 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 #DB547B is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB21984123-
CMYK00.620.440.14
HSL342.67º65.22%59.41%-
HSV(B)342.67º61.64%85.88%-
XYZ35.9622.8321.25-
YUV128.81124.73192.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.41%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=51.41%
G=19.72%
B=28.87%

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
Decimal2198412300.620.440.14342.6765.2259.41
HexDB547B03E2CE157413b
Octal333124173076541652710173
Binary1101101110101001111011011111010110011101010101111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB547B; }

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

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

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

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

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

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

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

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