#DB577D

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

Shades of Cranberry #DB577D

Tints of Cranberry #DB577D

Color information

#DB577D (or 0xDB577D) is unknown color: approx Cranberry. HEX triplet: DB, 57 and 7D. RGB value is (219,87,125). Sum of RGB (Red+Green+Blue) = 219+87+125=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB577D is #24A882. Grayscale: #828282. Windows color (decimal): -2402435 or 8214491. OLE color: 8214491.

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

Color convert

RGB21987125-
CMYK00.600.430.14
HSL342.73º64.71%60%-
HSV(B)342.73º60.27%85.88%-
XYZ36.3223.3622-
YUV130.8124.73190.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.81%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=50.81%
G=20.19%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198712500.600.430.14342.7364.7160
HexDB577D03C2BE157413c
Octal333127175074531652710174
Binary1101101110101111111101011110010101111101010101111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB577D; }

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

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

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

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

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

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

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

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