#DE4B84

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

Shades of Cranberry #DE4B84

Tints of Cranberry #DE4B84

Color information

#DE4B84 (or 0xDE4B84) is unknown color: approx Cranberry. HEX triplet: DE, 4B and 84. RGB value is (222,75,132). Sum of RGB (Red+Green+Blue) = 222+75+132=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4B84 is #21B47B. Grayscale: #7D7D7D. Windows color (decimal): -2208892 or 8670174. OLE color: 8670174.

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

Color convert

RGB22275132-
CMYK00.660.410.13
HSL336.73º69.01%58.24%-
HSV(B)336.73º66.22%87.06%-
XYZ36.8122.2324.18-
YUV125.45131.7196.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.75%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=51.75%
G=17.48%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227513200.660.410.13336.7369.0158.24
HexDE4B8404229D151453a
Octal3361132040102511552110572
Binary110111101001011100001000100001010100111011010100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B84; }

 p { color: rgb(222,75,132); }

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

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

 a { background-color: rgb(222,75,132); }

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

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

 span { border-color: rgb(222,75,132); }

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