#DB5773

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

Shades of Cranberry #DB5773

Tints of Cranberry #DB5773

Color information

#DB5773 (or 0xDB5773) is unknown color: approx Cranberry. HEX triplet: DB, 57 and 73. RGB value is (219,87,115). Sum of RGB (Red+Green+Blue) = 219+87+115=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5773 is #24A88C. Grayscale: #818181. Windows color (decimal): -2402445 or 7559131. OLE color: 7559131.

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

Color convert

RGB21987115-
CMYK00.600.470.14
HSL347.27º64.71%60%-
HSV(B)347.27º60.27%85.88%-
XYZ35.7223.1118.8-
YUV129.66119.73191.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=52.02%
G=20.67%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198711500.600.470.14347.2764.7160
HexDB577303C2FE15b413c
Octal333127163074571653310174
Binary1101101110101111110011011110010111111101010110111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5773; }

 p { color: rgb(219,87,115); }

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

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

 a { background-color: rgb(219,87,115); }

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

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

 span { border-color: rgb(219,87,115); }

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