#DD4986

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

Shades of Cranberry #DD4986

Tints of Cranberry #DD4986

Color information

#DD4986 (or 0xDD4986) is unknown color: approx Cranberry. HEX triplet: DD, 49 and 86. RGB value is (221,73,134). Sum of RGB (Red+Green+Blue) = 221+73+134=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4986 is #22B679. Grayscale: #7C7C7C. Windows color (decimal): -2274938 or 8800733. OLE color: 8800733.

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

Color convert

RGB22173134-
CMYK00.670.390.13
HSL335.27º68.52%57.65%-
HSV(B)335.27º66.97%86.67%-
XYZ36.521.8624.85-
YUV124.21133.53197.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.64%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=51.64%
G=17.06%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217313400.670.390.13335.2768.5257.65
HexDD498604327D14f453a
Octal3351112060103471551710572
Binary110111011001001100001100100001110011111011010011111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4986; }

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

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

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

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

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

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

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

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