#DE417D

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

Shades of Cranberry #DE417D

Tints of Cranberry #DE417D

Color information

#DE417D (or 0xDE417D) is unknown color: approx Cranberry. HEX triplet: DE, 41 and 7D. RGB value is (222,65,125). Sum of RGB (Red+Green+Blue) = 222+65+125=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE417D is #21BE82. Grayscale: #767676. Windows color (decimal): -2211459 or 8208862. OLE color: 8208862.

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

Color convert

RGB22265125-
CMYK00.710.440.13
HSL337.07º70.4%56.27%-
HSV(B)337.07º70.72%87.06%-
XYZ35.7220.7921.53-
YUV118.78131.51201.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.88%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=53.88%
G=15.78%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226512500.710.440.13337.0770.456.27
HexDE417D0472CD1514638
Octal3361011750107541552110670
Binary11011110100000111111010100011110110011011010100011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE417D; }

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

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

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

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

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

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

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

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