#dd4f82

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

Shades of Cranberry #DD4F82

Tints of Cranberry #DD4F82

Color information

#DD4F82 (or 0xDD4F82) is unknown color: approx Cranberry. HEX triplet: DD, 4F and 82. RGB value is (221,79,130). Sum of RGB (Red+Green+Blue) = 221+79+130=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F82 is #22B07D. Grayscale: #7F7F7F. Windows color (decimal): -2273406 or 8540125. OLE color: 8540125.

HSL color Cylindrical-coordinate representation of color #DD4F82: hue angle of 338.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F82 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB22179130-
CMYK00.640.410.13
HSL338.45º67.62%58.82%-
HSV(B)338.45º64.25%86.67%-
XYZ36.6422.5823.55-
YUV127.27129.54194.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 79 (31.25% from 255) = 18.37%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=51.40%
G=18.37%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217913000.640.410.13338.4567.6258.82
HexDD4F8204029D152443b
Octal3351172020100511552210473
Binary110111011001111100000100100000010100111011010100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd4f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd4f82; }

 p { color: rgb(221,79,130); }

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

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

 a { background-color: rgb(221,79,130); }

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

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

 span { border-color: rgb(221,79,130); }

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