#DC4F6A

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

Shades of Cabaret #DC4F6A

Tints of Cabaret #DC4F6A

Color information

#DC4F6A (or 0xDC4F6A) is unknown color: approx Cabaret. HEX triplet: DC, 4F and 6A. RGB value is (220,79,106). Sum of RGB (Red+Green+Blue) = 220+79+106=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F6A is #23B095. Grayscale: #7C7C7C. Windows color (decimal): -2338966 or 6967260. OLE color: 6967260.

HSL color Cylindrical-coordinate representation of color #DC4F6A: hue angle of 348.51º 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 #DC4F6A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB22079106-
CMYK00.640.520.14
HSL348.51º66.82%58.63%-
HSV(B)348.51º64.09%86.27%-
XYZ34.9121.8516.01-
YUV124.24117.71196.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.32%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=54.32%
G=19.51%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207910600.640.520.14348.5166.8258.63
HexDC4F6A04034E15d433b
Octal3341171520100641653510373
Binary11011100100111111010100100000011010011101010111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4F6A; }

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

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

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

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

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

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

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

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