#DE467C

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

Shades of Cranberry #DE467C

Tints of Cranberry #DE467C

Color information

#DE467C (or 0xDE467C) is unknown color: approx Cranberry. HEX triplet: DE, 46 and 7C. RGB value is (222,70,124). Sum of RGB (Red+Green+Blue) = 222+70+124=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE467C is #21B983. Grayscale: #797979. Windows color (decimal): -2210180 or 8144606. OLE color: 8144606.

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

Color convert

RGB22270124-
CMYK00.680.440.13
HSL338.68º69.72%57.25%-
HSV(B)338.68º68.47%87.06%-
XYZ35.9521.3721.3-
YUV121.6129.36199.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.37%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=53.37%
G=16.83%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227012400.680.440.13338.6869.7257.25
HexDE467C0442CD1534639
Octal3361061740104541552310671
Binary11011110100011011111000100010010110011011010100111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE467C; }

 p { color: rgb(222,70,124); }

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

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

 a { background-color: rgb(222,70,124); }

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

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

 span { border-color: rgb(222,70,124); }

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