#DE4586

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

Shades of Cranberry #DE4586

Tints of Cranberry #DE4586

Color information

#DE4586 (or 0xDE4586) is unknown color: approx Cranberry. HEX triplet: DE, 45 and 86. RGB value is (222,69,134). Sum of RGB (Red+Green+Blue) = 222+69+134=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4586 is #21BA79. Grayscale: #7A7A7A. Windows color (decimal): -2210426 or 8799710. OLE color: 8799710.

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

Color convert

RGB22269134-
CMYK00.690.400.13
HSL334.51º69.86%57.06%-
HSV(B)334.51º68.92%87.06%-
XYZ36.5621.5124.78-
YUV122.16134.69199.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=52.24%
G=16.24%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226913400.690.400.13334.5169.8657.06
HexDE458604528D14f4639
Octal3361052060105501551710671
Binary110111101000101100001100100010110100011011010011111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4586; }

 p { color: rgb(222,69,134); }

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

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

 a { background-color: rgb(222,69,134); }

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

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

 span { border-color: rgb(222,69,134); }

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