#D04F7C

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

Shades of Cranberry #D04F7C

Tints of Cranberry #D04F7C

Color information

#D04F7C (or 0xD04F7C) is unknown color: approx Cranberry. HEX triplet: D0, 4F and 7C. RGB value is (208,79,124). Sum of RGB (Red+Green+Blue) = 208+79+124=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F7C is #2FB083. Grayscale: #7A7A7A. Windows color (decimal): -3125380 or 8146896. OLE color: 8146896.

HSL color Cylindrical-coordinate representation of color #D04F7C: hue angle of 339.07º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F7C is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB20879124-
CMYK00.620.400.18
HSL339.07º57.85%56.27%-
HSV(B)339.07º62.02%81.57%-
XYZ32.4520.4621.31-
YUV122.7128.74188.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.61%
GREEN value IS 79 (31.25% from 255) = 19.22%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=50.61%
G=19.22%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087912400.620.400.18339.0757.8556.27
HexD04F7C03E28121533a38
Octal32011717407650225237270
Binary1101000010011111111100011111010100010010101010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F7C; }

 p { color: rgb(208,79,124); }

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

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

 a { background-color: rgb(208,79,124); }

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

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

 span { border-color: rgb(208,79,124); }

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