#DF526C

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

Shades of Cranberry #DF526C

Tints of Cranberry #DF526C

Color information

#DF526C (or 0xDF526C) is unknown color: approx Cranberry. HEX triplet: DF, 52 and 6C. RGB value is (223,82,108). Sum of RGB (Red+Green+Blue) = 223+82+108=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF526C is #20AD93. Grayscale: #7F7F7F. Windows color (decimal): -2141588 or 7099103. OLE color: 7099103.

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

Color convert

RGB22382108-
CMYK00.630.520.13
HSL348.94º68.78%59.8%-
HSV(B)348.94º63.23%87.45%-
XYZ36.1622.8116.68-
YUV127.12117.21196.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.00%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=54.00%
G=19.85%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238210800.630.520.13348.9468.7859.8
HexDF526C03F34D15d453c
Octal337122154077641553510574
Binary1101111110100101101100011111111010011011010111011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF526C; }

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

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

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

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

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

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

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

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