#DF537E

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

Shades of Cranberry #DF537E

Tints of Cranberry #DF537E

Color information

#DF537E (or 0xDF537E) is unknown color: approx Cranberry. HEX triplet: DF, 53 and 7E. RGB value is (223,83,126). Sum of RGB (Red+Green+Blue) = 223+83+126=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF537E is #20AC81. Grayscale: #818181. Windows color (decimal): -2141314 or 8279007. OLE color: 8279007.

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

Color convert

RGB22383126-
CMYK00.630.430.13
HSL341.57º68.63%60%-
HSV(B)341.57º62.78%87.45%-
XYZ37.2923.3822.29-
YUV129.76125.88194.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=51.62%
G=19.21%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238312600.630.430.13341.5768.6360
HexDF537E03F2BD156453c
Octal337123176077531552610574
Binary1101111110100111111110011111110101111011010101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF537E; }

 p { color: rgb(223,83,126); }

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

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

 a { background-color: rgb(223,83,126); }

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

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

 span { border-color: rgb(223,83,126); }

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