#dd5474

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

Shades of Cranberry #DD5474

Tints of Cranberry #DD5474

Color information

#DD5474 (or 0xDD5474) is unknown color: approx Cranberry. HEX triplet: DD, 54 and 74. RGB value is (221,84,116). Sum of RGB (Red+Green+Blue) = 221+84+116=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5474 is #22AB8B. Grayscale: #808080. Windows color (decimal): -2272140 or 7623901. OLE color: 7623901.

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

Color convert

RGB22184116-
CMYK00.620.480.13
HSL345.99º66.83%59.8%-
HSV(B)345.99º61.99%86.67%-
XYZ36.1422.9719.05-
YUV128.61120.89193.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=52.49%
G=19.95%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218411600.620.480.13345.9966.8359.8
HexDD547403E30D15a433c
Octal335124164076601553210374
Binary1101110110101001110100011111011000011011010110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5474; }

 p { color: rgb(221,84,116); }

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

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

 a { background-color: rgb(221,84,116); }

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

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

 span { border-color: rgb(221,84,116); }

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