#DC3F71

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

Shades of Cranberry #DC3F71

Tints of Cranberry #DC3F71

Color information

#DC3F71 (or 0xDC3F71) is unknown color: approx Cranberry. HEX triplet: DC, 3F and 71. RGB value is (220,63,113). Sum of RGB (Red+Green+Blue) = 220+63+113=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F71 is #23C08E. Grayscale: #737373. Windows color (decimal): -2343055 or 7421916. OLE color: 7421916.

HSL color Cylindrical-coordinate representation of color #DC3F71: hue angle of 340.89º 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 #DC3F71 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB22063113-
CMYK00.710.490.14
HSL340.89º69.16%55.49%-
HSV(B)340.89º71.36%86.27%-
XYZ34.2719.9617.67-
YUV115.64126.51202.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.56%
GREEN value IS 63 (25% from 255) = 15.91%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=55.56%
G=15.91%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206311300.710.490.14340.8969.1655.49
HexDC3F7104731E1554537
Octal334771610107611652510567
Binary1101110011111111100010100011111000111101010101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F71; }

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

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

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

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

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

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

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

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