#DC4374

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

Shades of Cranberry #DC4374

Tints of Cranberry #DC4374

Color information

#DC4374 (or 0xDC4374) is unknown color: approx Cranberry. HEX triplet: DC, 43 and 74. RGB value is (220,67,116). Sum of RGB (Red+Green+Blue) = 220+67+116=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4374 is #23BC8B. Grayscale: #767676. Windows color (decimal): -2342028 or 7619548. OLE color: 7619548.

HSL color Cylindrical-coordinate representation of color #DC4374: hue angle of 340.78º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4374 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB22067116-
CMYK00.700.470.14
HSL340.78º68.61%56.27%-
HSV(B)340.78º69.55%86.27%-
XYZ34.6720.4918.65-
YUV118.33126.69200.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.59%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=54.59%
G=16.63%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206711600.700.470.14340.7868.6156.27
HexDC43740462FE1554538
Octal3341031640106571652510570
Binary11011100100001111101000100011010111111101010101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4374; }

 p { color: rgb(220,67,116); }

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

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

 a { background-color: rgb(220,67,116); }

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

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

 span { border-color: rgb(220,67,116); }

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