#DD4072

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

Shades of Cranberry #DD4072

Tints of Cranberry #DD4072

Color information

#DD4072 (or 0xDD4072) is unknown color: approx Cranberry. HEX triplet: DD, 40 and 72. RGB value is (221,64,114). Sum of RGB (Red+Green+Blue) = 221+64+114=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4072 is #22BF8D. Grayscale: #747474. Windows color (decimal): -2277262 or 7487709. OLE color: 7487709.

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

Color convert

RGB22164114-
CMYK00.710.480.13
HSL340.89º69.78%55.88%-
HSV(B)340.89º71.04%86.67%-
XYZ34.6920.2518-
YUV116.64126.51202.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.39%
GREEN value IS 64 (25.39% from 255) = 16.04%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=55.39%
G=16.04%
B=28.57%

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
Decimal2216411400.710.480.13340.8969.7855.88
HexDD407204730D1554638
Octal3351001620107601552510670
Binary11011101100000011100100100011111000011011010101011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4072; }

 p { color: rgb(221,64,114); }

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

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

 a { background-color: rgb(221,64,114); }

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

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

 span { border-color: rgb(221,64,114); }

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