#DD527F

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

Shades of Cranberry #DD527F

Tints of Cranberry #DD527F

Color information

#DD527F (or 0xDD527F) is unknown color: approx Cranberry. HEX triplet: DD, 52 and 7F. RGB value is (221,82,127). Sum of RGB (Red+Green+Blue) = 221+82+127=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD527F is #22AD80. Grayscale: #808080. Windows color (decimal): -2272641 or 8344285. OLE color: 8344285.

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

Color convert

RGB22182127-
CMYK00.630.430.13
HSL340.58º67.15%59.41%-
HSV(B)340.58º62.9%86.67%-
XYZ36.6722.9422.57-
YUV128.69127.05193.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 127 (50% from 255) = 29.53%
R=51.40%
G=19.07%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218212700.630.430.13340.5867.1559.41
HexDD527F03F2BD155433b
Octal335122177077531552510373
Binary1101110110100101111111011111110101111011010101011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD527F; }

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

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

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

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

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

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

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

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