#DE4B85

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

Shades of Cranberry #DE4B85

Tints of Cranberry #DE4B85

Color information

#DE4B85 (or 0xDE4B85) is unknown color: approx Cranberry. HEX triplet: DE, 4B and 85. RGB value is (222,75,133). Sum of RGB (Red+Green+Blue) = 222+75+133=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4B85 is #21B47A. Grayscale: #7D7D7D. Windows color (decimal): -2208891 or 8735710. OLE color: 8735710.

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

Color convert

RGB22275133-
CMYK00.660.400.13
HSL336.33º69.01%58.24%-
HSV(B)336.33º66.22%87.06%-
XYZ36.8722.2624.54-
YUV125.56132.2196.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.63%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=51.63%
G=17.44%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227513300.660.400.13336.3369.0158.24
HexDE4B8504228D150453a
Octal3361132050102501552010572
Binary110111101001011100001010100001010100011011010100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B85; }

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

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

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

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

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

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

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

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