#DE5D73

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

Shades of Cranberry #DE5D73

Tints of Cranberry #DE5D73

Color information

#DE5D73 (or 0xDE5D73) is unknown color: approx Cranberry. HEX triplet: DE, 5D and 73. RGB value is (222,93,115). Sum of RGB (Red+Green+Blue) = 222+93+115=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D73 is #21A28C. Grayscale: #868686. Windows color (decimal): -2204301 or 7560670. OLE color: 7560670.

HSL color Cylindrical-coordinate representation of color #DE5D73: hue angle of 349.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5D73 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22293115-
CMYK00.580.480.13
HSL349.77º66.15%61.76%-
HSV(B)349.77º58.11%87.06%-
XYZ37.1324.619.01-
YUV134.08117.24190.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.63%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=51.63%
G=21.63%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229311500.580.480.13349.7766.1561.76
HexDE5D7303A30D15e423e
Octal336135163072601553610276
Binary1101111010111011110011011101011000011011010111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D73; }

 p { color: rgb(222,93,115); }

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

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

 a { background-color: rgb(222,93,115); }

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

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

 span { border-color: rgb(222,93,115); }

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