#DC447A

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

Shades of Cranberry #DC447A

Tints of Cranberry #DC447A

Color information

#DC447A (or 0xDC447A) is unknown color: approx Cranberry. HEX triplet: DC, 44 and 7A. RGB value is (220,68,122). Sum of RGB (Red+Green+Blue) = 220+68+122=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC447A is #23BB85. Grayscale: #777777. Windows color (decimal): -2341766 or 8013020. OLE color: 8013020.

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

Color convert

RGB22068122-
CMYK00.690.450.14
HSL338.68º68.47%56.47%-
HSV(B)338.68º69.09%86.27%-
XYZ35.120.7620.57-
YUV119.6129.36199.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.66%
GREEN value IS 68 (26.95% from 255) = 16.59%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=53.66%
G=16.59%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206812200.690.450.14338.6868.4756.47
HexDC447A0452DE1534438
Octal3341041720105551652310470
Binary11011100100010011110100100010110110111101010100111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC447A; }

 p { color: rgb(220,68,122); }

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

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

 a { background-color: rgb(220,68,122); }

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

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

 span { border-color: rgb(220,68,122); }

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