#D04572

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

Shades of Cranberry #D04572

Tints of Cranberry #D04572

Color information

#D04572 (or 0xD04572) is unknown color: approx Cranberry. HEX triplet: D0, 45 and 72. RGB value is (208,69,114). Sum of RGB (Red+Green+Blue) = 208+69+114=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04572 is #2FBA8D. Grayscale: #737373. Windows color (decimal): -3127950 or 7488976. OLE color: 7488976.

HSL color Cylindrical-coordinate representation of color #D04572: hue angle of 340.58º 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 #D04572 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20869114-
CMYK00.670.450.18
HSL340.58º59.66%54.31%-
HSV(B)340.58º66.83%81.57%-
XYZ31.1818.8817.92-
YUV115.69127.05193.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=53.20%
G=17.65%
B=29.16%

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
Decimal2086911400.670.450.18340.5859.6654.31
HexD045720432D121553c36
Octal320105162010355225257466
Binary11010000100010111100100100001110110110010101010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04572; }

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

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

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

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

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

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

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

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