#DD5F78

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

Shades of Cranberry #DD5F78

Tints of Cranberry #DD5F78

Color information

#DD5F78 (or 0xDD5F78) is unknown color: approx Cranberry. HEX triplet: DD, 5F and 78. RGB value is (221,95,120). Sum of RGB (Red+Green+Blue) = 221+95+120=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F78 is #22A087. Grayscale: #878787. Windows color (decimal): -2269320 or 7888861. OLE color: 7888861.

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

Color convert

RGB22195120-
CMYK00.570.460.13
HSL348.1º64.95%61.96%-
HSV(B)348.1º57.01%86.67%-
XYZ37.324.9120.61-
YUV135.52119.24188.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=50.69%
G=21.79%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219512000.570.460.13348.164.9561.96
HexDD5F780392ED15c413e
Octal335137170071561553410176
Binary1101110110111111111000011100110111011011010111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F78; }

 p { color: rgb(221,95,120); }

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

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

 a { background-color: rgb(221,95,120); }

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

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

 span { border-color: rgb(221,95,120); }

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