#DC4F7A

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

Shades of Cranberry #DC4F7A

Tints of Cranberry #DC4F7A

Color information

#DC4F7A (or 0xDC4F7A) is unknown color: approx Cranberry. HEX triplet: DC, 4F and 7A. RGB value is (220,79,122). Sum of RGB (Red+Green+Blue) = 220+79+122=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F7A is #23B085. Grayscale: #7E7E7E. Windows color (decimal): -2338950 or 8015836. OLE color: 8015836.

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

Color convert

RGB22079122-
CMYK00.640.450.14
HSL341.7º66.82%58.63%-
HSV(B)341.7º64.09%86.27%-
XYZ35.8222.2120.81-
YUV126.06125.71195-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=52.26%
G=18.76%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207912200.640.450.14341.766.8258.63
HexDC4F7A0402DE156433b
Octal3341171720100551652610373
Binary11011100100111111110100100000010110111101010101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4F7A; }

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

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

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

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

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

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

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

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