#DC407B

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

Shades of Cranberry #DC407B

Tints of Cranberry #DC407B

Color information

#DC407B (or 0xDC407B) is unknown color: approx Cranberry. HEX triplet: DC, 40 and 7B. RGB value is (220,64,123). Sum of RGB (Red+Green+Blue) = 220+64+123=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC407B is #23BF84. Grayscale: #757575. Windows color (decimal): -2342789 or 8077532. OLE color: 8077532.

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

Color convert

RGB22064123-
CMYK00.710.440.14
HSL337.31º69.03%55.69%-
HSV(B)337.31º70.91%86.27%-
XYZ34.9220.3120.82-
YUV117.37131.18201.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.05%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=54.05%
G=15.72%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206412300.710.440.14337.3169.0355.69
HexDC407B0472CE1514538
Octal3341001730107541652110570
Binary11011100100000011110110100011110110011101010100011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC407B; }

 p { color: rgb(220,64,123); }

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

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

 a { background-color: rgb(220,64,123); }

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

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

 span { border-color: rgb(220,64,123); }

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