#DE457D

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

Shades of Cranberry #DE457D

Tints of Cranberry #DE457D

Color information

#DE457D (or 0xDE457D) is unknown color: approx Cranberry. HEX triplet: DE, 45 and 7D. RGB value is (222,69,125). Sum of RGB (Red+Green+Blue) = 222+69+125=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE457D is #21BA82. Grayscale: #797979. Windows color (decimal): -2210435 or 8209886. OLE color: 8209886.

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

Color convert

RGB22269125-
CMYK00.690.440.13
HSL338.04º69.86%57.06%-
HSV(B)338.04º68.92%87.06%-
XYZ35.9521.2721.61-
YUV121.13130.19199.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.37%
GREEN value IS 69 (27.34% from 255) = 16.59%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=53.37%
G=16.59%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226912500.690.440.13338.0469.8657.06
HexDE457D0452CD1524639
Octal3361051750105541552210671
Binary11011110100010111111010100010110110011011010100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE457D; }

 p { color: rgb(222,69,125); }

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

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

 a { background-color: rgb(222,69,125); }

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

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

 span { border-color: rgb(222,69,125); }

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