#DE4A6A

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

Shades of Cranberry #DE4A6A

Tints of Cranberry #DE4A6A

Color information

#DE4A6A (or 0xDE4A6A) is unknown color: approx Cranberry. HEX triplet: DE, 4A and 6A. RGB value is (222,74,106). Sum of RGB (Red+Green+Blue) = 222+74+106=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4A6A is #21B595. Grayscale: #797979. Windows color (decimal): -2209174 or 6965982. OLE color: 6965982.

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

Color convert

RGB22274106-
CMYK00.670.520.13
HSL347.03º69.16%58.04%-
HSV(B)347.03º66.67%87.06%-
XYZ35.1721.4715.93-
YUV121.9119.03199.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.22%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=55.22%
G=18.41%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227410600.670.520.13347.0369.1658.04
HexDE4A6A04334D15b453a
Octal3361121520103641553310572
Binary11011110100101011010100100001111010011011010110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4A6A; }

 p { color: rgb(222,74,106); }

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

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

 a { background-color: rgb(222,74,106); }

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

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

 span { border-color: rgb(222,74,106); }

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