#DE537E

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

Shades of Cranberry #DE537E

Tints of Cranberry #DE537E

Color information

#DE537E (or 0xDE537E) is unknown color: approx Cranberry. HEX triplet: DE, 53 and 7E. RGB value is (222,83,126). Sum of RGB (Red+Green+Blue) = 222+83+126=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE537E is #21AC81. Grayscale: #818181. Windows color (decimal): -2206850 or 8279006. OLE color: 8279006.

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

Color convert

RGB22283126-
CMYK00.630.430.13
HSL341.44º67.8%59.8%-
HSV(B)341.44º62.61%87.06%-
XYZ36.9823.2222.27-
YUV129.46126.05194-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=51.51%
G=19.26%
B=29.23%

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
Decimal2228312600.630.430.13341.4467.859.8
HexDE537E03F2BD155443c
Octal336123176077531552510474
Binary1101111010100111111110011111110101111011010101011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE537E; }

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

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

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

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

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

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

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

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