#DD5283

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

Shades of Cranberry #DD5283

Tints of Cranberry #DD5283

Color information

#DD5283 (or 0xDD5283) is unknown color: approx Cranberry. HEX triplet: DD, 52 and 83. RGB value is (221,82,131). Sum of RGB (Red+Green+Blue) = 221+82+131=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5283 is #22AD7C. Grayscale: #818181. Windows color (decimal): -2272637 or 8606429. OLE color: 8606429.

HSL color Cylindrical-coordinate representation of color #DD5283: hue angle of 338.85º 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 #DD5283 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB22182131-
CMYK00.630.410.13
HSL338.85º67.15%59.41%-
HSV(B)338.85º62.9%86.67%-
XYZ36.9323.0523.97-
YUV129.15129.05193.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=50.92%
G=18.89%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218213100.630.410.13338.8567.1559.41
HexDD528303F29D153433b
Octal335122203077511552310373
Binary11011101101001010000011011111110100111011010100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5283; }

 p { color: rgb(221,82,131); }

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

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

 a { background-color: rgb(221,82,131); }

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

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

 span { border-color: rgb(221,82,131); }

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