#DF526D

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

Shades of Cranberry #DF526D

Tints of Cranberry #DF526D

Color information

#DF526D (or 0xDF526D) is unknown color: approx Cranberry. HEX triplet: DF, 52 and 6D. RGB value is (223,82,109). Sum of RGB (Red+Green+Blue) = 223+82+109=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF526D is #20AD92. Grayscale: #7F7F7F. Windows color (decimal): -2141587 or 7164639. OLE color: 7164639.

HSL color Cylindrical-coordinate representation of color #DF526D: hue angle of 348.51º 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 #DF526D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB22382109-
CMYK00.630.510.13
HSL348.51º68.78%59.8%-
HSV(B)348.51º63.23%87.45%-
XYZ36.2122.8316.97-
YUV127.24117.71196.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.86%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=53.86%
G=19.81%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238210900.630.510.13348.5168.7859.8
HexDF526D03F33D15d453c
Octal337122155077631553510574
Binary1101111110100101101101011111111001111011010111011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF526D; }

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

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

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

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

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

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

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

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