#DC5F7C

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

Shades of Cranberry #DC5F7C

Tints of Cranberry #DC5F7C

Color information

#DC5F7C (or 0xDC5F7C) is unknown color: approx Cranberry. HEX triplet: DC, 5F and 7C. RGB value is (220,95,124). Sum of RGB (Red+Green+Blue) = 220+95+124=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F7C is #23A083. Grayscale: #878787. Windows color (decimal): -2334852 or 8151004. OLE color: 8151004.

HSL color Cylindrical-coordinate representation of color #DC5F7C: hue angle of 346.08º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F7C is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB22095124-
CMYK00.570.440.14
HSL346.08º64.1%61.76%-
HSV(B)346.08º56.82%86.27%-
XYZ37.2524.8621.9-
YUV135.68121.41188.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=50.11%
G=21.64%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209512400.570.440.14346.0864.161.76
HexDC5F7C0392CE15a403e
Octal334137174071541653210076
Binary1101110010111111111100011100110110011101010110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5F7C; }

 p { color: rgb(220,95,124); }

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

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

 a { background-color: rgb(220,95,124); }

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

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

 span { border-color: rgb(220,95,124); }

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