#DF5277

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

Shades of Cranberry #DF5277

Tints of Cranberry #DF5277

Color information

#DF5277 (or 0xDF5277) is unknown color: approx Cranberry. HEX triplet: DF, 52 and 77. RGB value is (223,82,119). Sum of RGB (Red+Green+Blue) = 223+82+119=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5277 is #20AD88. Grayscale: #808080. Windows color (decimal): -2141577 or 7819999. OLE color: 7819999.

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

Color convert

RGB22382119-
CMYK00.630.470.13
HSL344.26º68.78%59.8%-
HSV(B)344.26º63.23%87.45%-
XYZ36.7823.0519.96-
YUV128.38122.71195.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.59%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=52.59%
G=19.34%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238211900.630.470.13344.2668.7859.8
HexDF527703F2FD158453c
Octal337122167077571553010574
Binary1101111110100101110111011111110111111011010110001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5277; }

 p { color: rgb(223,82,119); }

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

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

 a { background-color: rgb(223,82,119); }

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

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

 span { border-color: rgb(223,82,119); }

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