#DD517A

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

Shades of Cranberry #DD517A

Tints of Cranberry #DD517A

Color information

#DD517A (or 0xDD517A) is unknown color: approx Cranberry. HEX triplet: DD, 51 and 7A. RGB value is (221,81,122). Sum of RGB (Red+Green+Blue) = 221+81+122=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD517A is #22AE85. Grayscale: #7F7F7F. Windows color (decimal): -2272902 or 8016349. OLE color: 8016349.

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

Color convert

RGB22181122-
CMYK00.630.450.13
HSL342.43º67.31%59.22%-
HSV(B)342.43º63.35%86.67%-
XYZ36.2722.6620.87-
YUV127.53124.88194.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.12%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=52.12%
G=19.10%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218112200.630.450.13342.4367.3159.22
HexDD517A03F2DD156433b
Octal335121172077551552610373
Binary1101110110100011111010011111110110111011010101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD517A; }

 p { color: rgb(221,81,122); }

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

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

 a { background-color: rgb(221,81,122); }

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

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

 span { border-color: rgb(221,81,122); }

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