#D04573

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

Shades of Cranberry #D04573

Tints of Cranberry #D04573

Color information

#D04573 (or 0xD04573) is unknown color: approx Cranberry. HEX triplet: D0, 45 and 73. RGB value is (208,69,115). Sum of RGB (Red+Green+Blue) = 208+69+115=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D04573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04573 is #2FBA8C. Grayscale: #737373. Windows color (decimal): -3127949 or 7554512. OLE color: 7554512.

HSL color Cylindrical-coordinate representation of color #D04573: hue angle of 340.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04573 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20869115-
CMYK00.670.450.18
HSL340.14º59.66%54.31%-
HSV(B)340.14º66.83%81.57%-
XYZ31.2418.918.22-
YUV115.8127.55193.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.06%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=53.06%
G=17.60%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086911500.670.450.18340.1459.6654.31
HexD045730432D121543c36
Octal320105163010355225247466
Binary11010000100010111100110100001110110110010101010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04573; }

 p { color: rgb(208,69,115); }

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

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

 a { background-color: rgb(208,69,115); }

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

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

 span { border-color: rgb(208,69,115); }

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