#df537d

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

Shades of Cranberry #DF537D

Tints of Cranberry #DF537D

Color information

#DF537D (or 0xDF537D) is unknown color: approx Cranberry. HEX triplet: DF, 53 and 7D. RGB value is (223,83,125). Sum of RGB (Red+Green+Blue) = 223+83+125=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF537D is #20AC82. Grayscale: #818181. Windows color (decimal): -2141315 or 8213471. OLE color: 8213471.

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

Color convert

RGB22383125-
CMYK00.630.440.13
HSL342º68.63%60%-
HSV(B)342º62.78%87.45%-
XYZ37.2323.3621.95-
YUV129.65125.38194.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.74%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=51.74%
G=19.26%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238312500.630.440.1334268.6360
HexDF537D03F2CD156453c
Octal337123175077541552610574
Binary1101111110100111111101011111110110011011010101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df537d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df537d; }

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

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

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

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

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

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

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

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