#DC3F73

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

Shades of Cranberry #DC3F73

Tints of Cranberry #DC3F73

Color information

#DC3F73 (or 0xDC3F73) is unknown color: approx Cranberry. HEX triplet: DC, 3F and 73. RGB value is (220,63,115). Sum of RGB (Red+Green+Blue) = 220+63+115=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F73 is #23C08C. Grayscale: #737373. Windows color (decimal): -2343053 or 7552988. OLE color: 7552988.

HSL color Cylindrical-coordinate representation of color #DC3F73: hue angle of 340.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F73 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB22063115-
CMYK00.710.480.14
HSL340.13º69.16%55.49%-
HSV(B)340.13º71.36%86.27%-
XYZ34.3920.0118.27-
YUV115.87127.51202.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 63 (25% from 255) = 15.83%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=55.28%
G=15.83%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206311500.710.480.14340.1369.1655.49
HexDC3F7304730E1544537
Octal334771630107601652410567
Binary1101110011111111100110100011111000011101010101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F73; }

 p { color: rgb(220,63,115); }

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

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

 a { background-color: rgb(220,63,115); }

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

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

 span { border-color: rgb(220,63,115); }

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