#DE537F

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

Shades of Cranberry #DE537F

Tints of Cranberry #DE537F

Color information

#DE537F (or 0xDE537F) is unknown color: approx Cranberry. HEX triplet: DE, 53 and 7F. RGB value is (222,83,127). Sum of RGB (Red+Green+Blue) = 222+83+127=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE537F is #21AC80. Grayscale: #818181. Windows color (decimal): -2206849 or 8344542. OLE color: 8344542.

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

Color convert

RGB22283127-
CMYK00.630.430.13
HSL341.01º67.8%59.8%-
HSV(B)341.01º62.61%87.06%-
XYZ37.0523.2522.61-
YUV129.58126.55193.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 127 (50% from 255) = 29.40%
R=51.39%
G=19.21%
B=29.40%

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
Decimal2228312700.630.430.13341.0167.859.8
HexDE537F03F2BD155443c
Octal336123177077531552510474
Binary1101111010100111111111011111110101111011010101011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE537F; }

 p { color: rgb(222,83,127); }

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

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

 a { background-color: rgb(222,83,127); }

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

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

 span { border-color: rgb(222,83,127); }

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