#DF4D76

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

Shades of Cranberry #DF4D76

Tints of Cranberry #DF4D76

Color information

#DF4D76 (or 0xDF4D76) is unknown color: approx Cranberry. HEX triplet: DF, 4D and 76. RGB value is (223,77,118). Sum of RGB (Red+Green+Blue) = 223+77+118=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D76 is #20B289. Grayscale: #7D7D7D. Windows color (decimal): -2142858 or 7753183. OLE color: 7753183.

HSL color Cylindrical-coordinate representation of color #DF4D76: hue angle of 343.15º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D76 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22377118-
CMYK00.650.470.13
HSL343.15º69.52%58.82%-
HSV(B)343.15º65.47%87.45%-
XYZ36.3622.319.53-
YUV125.33123.87197.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=53.35%
G=18.42%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237711800.650.470.13343.1569.5258.82
HexDF4D760412FD157463b
Octal3371151660101571552710673
Binary11011111100110111101100100000110111111011010101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4D76; }

 p { color: rgb(223,77,118); }

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

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

 a { background-color: rgb(223,77,118); }

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

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

 span { border-color: rgb(223,77,118); }

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