#DE4B7B

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

Shades of Cranberry #DE4B7B

Tints of Cranberry #DE4B7B

Color information

#DE4B7B (or 0xDE4B7B) is unknown color: approx Cranberry. HEX triplet: DE, 4B and 7B. RGB value is (222,75,123). Sum of RGB (Red+Green+Blue) = 222+75+123=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4B7B is #21B484. Grayscale: #7C7C7C. Windows color (decimal): -2208901 or 8080350. OLE color: 8080350.

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

Color convert

RGB22275123-
CMYK00.660.450.13
HSL340.41º69.01%58.24%-
HSV(B)340.41º66.22%87.06%-
XYZ36.2221.9921.07-
YUV124.42127.2197.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.86%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=52.86%
G=17.86%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227512300.660.450.13340.4169.0158.24
HexDE4B7B0422DD154453a
Octal3361131730102551552410572
Binary11011110100101111110110100001010110111011010101001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B7B; }

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

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

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

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

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

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

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

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