#DF4B76

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

Shades of Cranberry #DF4B76

Tints of Cranberry #DF4B76

Color information

#DF4B76 (or 0xDF4B76) is unknown color: approx Cranberry. HEX triplet: DF, 4B and 76. RGB value is (223,75,118). Sum of RGB (Red+Green+Blue) = 223+75+118=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B76 is #20B489. Grayscale: #7C7C7C. Windows color (decimal): -2143370 or 7752671. OLE color: 7752671.

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

Color convert

RGB22375118-
CMYK00.660.470.13
HSL342.57º69.81%58.43%-
HSV(B)342.57º66.37%87.45%-
XYZ36.2222.0319.48-
YUV124.15124.53198.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.61%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=53.61%
G=18.03%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237511800.660.470.13342.5769.8158.43
HexDF4B760422FD157463a
Octal3371131660102571552710672
Binary11011111100101111101100100001010111111011010101111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4B76; }

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

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

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

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

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

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

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

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