#dd4c86

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

Shades of Cranberry #DD4C86

Tints of Cranberry #DD4C86

Color information

#DD4C86 (or 0xDD4C86) is unknown color: approx Cranberry. HEX triplet: DD, 4C and 86. RGB value is (221,76,134). Sum of RGB (Red+Green+Blue) = 221+76+134=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4C86 is #22B379. Grayscale: #7D7D7D. Windows color (decimal): -2274170 or 8801501. OLE color: 8801501.

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

Color convert

RGB22176134-
CMYK00.660.390.13
HSL336º68.08%58.24%-
HSV(B)336º65.61%86.67%-
XYZ36.7122.2624.92-
YUV125.97132.54195.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=51.28%
G=17.63%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217613400.660.390.1333668.0858.24
HexDD4C8604227D150443a
Octal3351142060102471552010472
Binary110111011001100100001100100001010011111011010100001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd4c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd4c86; }

 p { color: rgb(221,76,134); }

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

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

 a { background-color: rgb(221,76,134); }

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

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

 span { border-color: rgb(221,76,134); }

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