#de4173

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

Shades of Cranberry #DE4173

Tints of Cranberry #DE4173

Color information

#DE4173 (or 0xDE4173) is unknown color: approx Cranberry. HEX triplet: DE, 41 and 73. RGB value is (222,65,115). Sum of RGB (Red+Green+Blue) = 222+65+115=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4173 is #21BE8C. Grayscale: #757575. Windows color (decimal): -2211469 or 7553502. OLE color: 7553502.

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

Color convert

RGB22265115-
CMYK00.710.480.13
HSL340.89º70.4%56.27%-
HSV(B)340.89º70.72%87.06%-
XYZ35.1120.5518.34-
YUV117.64126.51202.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.22%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=55.22%
G=16.17%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226511500.710.480.13340.8970.456.27
HexDE417304730D1554638
Octal3361011630107601552510670
Binary11011110100000111100110100011111000011011010101011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de4173; }

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

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

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

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

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

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

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

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