#DE4C74

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

Shades of Cranberry #DE4C74

Tints of Cranberry #DE4C74

Color information

#DE4C74 (or 0xDE4C74) is unknown color: approx Cranberry. HEX triplet: DE, 4C and 74. RGB value is (222,76,116). Sum of RGB (Red+Green+Blue) = 222+76+116=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C74 is #21B38B. Grayscale: #7C7C7C. Windows color (decimal): -2208652 or 7621854. OLE color: 7621854.

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

Color convert

RGB22276116-
CMYK00.660.480.13
HSL343.56º68.87%58.43%-
HSV(B)343.56º65.77%87.06%-
XYZ35.8621.9618.87-
YUV124.21123.37197.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=53.62%
G=18.36%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227611600.660.480.13343.5668.8758.43
HexDE4C7404230D158453a
Octal3361141640102601553010572
Binary11011110100110011101000100001011000011011010110001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4C74; }

 p { color: rgb(222,76,116); }

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

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

 a { background-color: rgb(222,76,116); }

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

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

 span { border-color: rgb(222,76,116); }

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