#dd4d80

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

Shades of Cranberry #DD4D80

Tints of Cranberry #DD4D80

Color information

#DD4D80 (or 0xDD4D80) is unknown color: approx Cranberry. HEX triplet: DD, 4D and 80. RGB value is (221,77,128). Sum of RGB (Red+Green+Blue) = 221+77+128=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4D80 is #22B27F. Grayscale: #7D7D7D. Windows color (decimal): -2273920 or 8408541. OLE color: 8408541.

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

Color convert

RGB22177128-
CMYK00.650.420.13
HSL338.75º67.92%58.43%-
HSV(B)338.75º65.16%86.67%-
XYZ36.3722.2422.8-
YUV125.87129.21195.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=51.88%
G=18.08%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217712800.650.420.13338.7567.9258.43
HexDD4D800412AD153443a
Octal3351152000101521552310472
Binary110111011001101100000000100000110101011011010100111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd4d80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd4d80; }

 p { color: rgb(221,77,128); }

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

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

 a { background-color: rgb(221,77,128); }

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

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

 span { border-color: rgb(221,77,128); }

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

cancel