#DD526D

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

Shades of Cranberry #DD526D

Tints of Cranberry #DD526D

Color information

#DD526D (or 0xDD526D) is unknown color: approx Cranberry. HEX triplet: DD, 52 and 6D. RGB value is (221,82,109). Sum of RGB (Red+Green+Blue) = 221+82+109=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD526D is #22AD92. Grayscale: #7E7E7E. Windows color (decimal): -2272659 or 7164637. OLE color: 7164637.

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

Color convert

RGB22182109-
CMYK00.630.510.13
HSL348.35º67.15%59.41%-
HSV(B)348.35º62.9%86.67%-
XYZ35.622.5116.94-
YUV126.64118.05195.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=53.64%
G=19.90%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218210900.630.510.13348.3567.1559.41
HexDD526D03F33D15c433b
Octal335122155077631553410373
Binary1101110110100101101101011111111001111011010111001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD526D; }

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

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

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

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

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

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

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

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