#DE4982

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

Shades of Cranberry #DE4982

Tints of Cranberry #DE4982

Color information

#DE4982 (or 0xDE4982) is unknown color: approx Cranberry. HEX triplet: DE, 49 and 82. RGB value is (222,73,130). Sum of RGB (Red+Green+Blue) = 222+73+130=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4982 is #21B67D. Grayscale: #7B7B7B. Windows color (decimal): -2209406 or 8538590. OLE color: 8538590.

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

Color convert

RGB22273130-
CMYK00.670.410.13
HSL337.05º69.3%57.84%-
HSV(B)337.05º67.12%87.06%-
XYZ36.5421.9123.42-
YUV124.05131.36197.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=52.24%
G=17.18%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227313000.670.410.13337.0569.357.84
HexDE498204329D151453a
Octal3361112020103511552110572
Binary110111101001001100000100100001110100111011010100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4982; }

 p { color: rgb(222,73,130); }

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

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

 a { background-color: rgb(222,73,130); }

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

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

 span { border-color: rgb(222,73,130); }

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