#D04574

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

Shades of Cranberry #D04574

Tints of Cranberry #D04574

Color information

#D04574 (or 0xD04574) is unknown color: approx Cranberry. HEX triplet: D0, 45 and 74. RGB value is (208,69,116). Sum of RGB (Red+Green+Blue) = 208+69+116=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D04574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04574 is #2FBA8B. Grayscale: #737373. Windows color (decimal): -3127948 or 7620048. OLE color: 7620048.

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

Color convert

RGB20869116-
CMYK00.670.440.18
HSL339.71º59.66%54.31%-
HSV(B)339.71º66.83%81.57%-
XYZ31.2918.9318.53-
YUV115.92128.05193.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.93%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=52.93%
G=17.56%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086911600.670.440.18339.7159.6654.31
HexD045740432C121543c36
Octal320105164010354225247466
Binary11010000100010111101000100001110110010010101010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04574; }

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

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

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

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

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

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

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

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