#DE536D

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

Shades of Cranberry #DE536D

Tints of Cranberry #DE536D

Color information

#DE536D (or 0xDE536D) is unknown color: approx Cranberry. HEX triplet: DE, 53 and 6D. RGB value is (222,83,109). Sum of RGB (Red+Green+Blue) = 222+83+109=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE536D is #21AC92. Grayscale: #7F7F7F. Windows color (decimal): -2206867 or 7164894. OLE color: 7164894.

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

Color convert

RGB22283109-
CMYK00.630.510.13
HSL348.78º67.8%59.8%-
HSV(B)348.78º62.61%87.06%-
XYZ35.9822.8216.98-
YUV127.52117.55195.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=53.62%
G=20.05%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228310900.630.510.13348.7867.859.8
HexDE536D03F33D15d443c
Octal336123155077631553510474
Binary1101111010100111101101011111111001111011010111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE536D; }

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

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

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

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

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

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

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

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