#DE4785

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

Shades of Cranberry #DE4785

Tints of Cranberry #DE4785

Color information

#DE4785 (or 0xDE4785) is unknown color: approx Cranberry. HEX triplet: DE, 47 and 85. RGB value is (222,71,133). Sum of RGB (Red+Green+Blue) = 222+71+133=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4785 is #21B87A. Grayscale: #7B7B7B. Windows color (decimal): -2209915 or 8734686. OLE color: 8734686.

HSL color Cylindrical-coordinate representation of color #DE4785: hue angle of 335.36º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE4785 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB22271133-
CMYK00.680.400.13
HSL335.36º69.59%57.45%-
HSV(B)335.36º68.02%87.06%-
XYZ36.6121.7324.45-
YUV123.22133.53198.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=52.11%
G=16.67%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227113300.680.400.13335.3669.5957.45
HexDE478504428D14f4639
Octal3361072050104501551710671
Binary110111101000111100001010100010010100011011010011111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4785; }

 p { color: rgb(222,71,133); }

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

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

 a { background-color: rgb(222,71,133); }

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

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

 span { border-color: rgb(222,71,133); }

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