#DC3D76

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

Shades of Cranberry #DC3D76

Tints of Cranberry #DC3D76

Color information

#DC3D76 (or 0xDC3D76) is unknown color: approx Cranberry. HEX triplet: DC, 3D and 76. RGB value is (220,61,118). Sum of RGB (Red+Green+Blue) = 220+61+118=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D76 is #23C289. Grayscale: #727272. Windows color (decimal): -2343562 or 7749084. OLE color: 7749084.

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

Color convert

RGB22061118-
CMYK00.720.460.14
HSL338.49º69.43%55.1%-
HSV(B)338.49º72.27%86.27%-
XYZ34.4519.8619.16-
YUV115.04129.68202.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.14%
GREEN value IS 61 (24.22% from 255) = 15.29%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=55.14%
G=15.29%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206111800.720.460.14338.4969.4355.1
HexDC3D760482EE1524537
Octal334751660110561652210567
Binary1101110011110111101100100100010111011101010100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3D76; }

 p { color: rgb(220,61,118); }

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

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

 a { background-color: rgb(220,61,118); }

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

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

 span { border-color: rgb(220,61,118); }

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