#DC4F65

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

Shades of Cabaret #DC4F65

Tints of Cabaret #DC4F65

Color information

#DC4F65 (or 0xDC4F65) is unknown color: approx Cabaret. HEX triplet: DC, 4F and 65. RGB value is (220,79,101). Sum of RGB (Red+Green+Blue) = 220+79+101=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F65 is #23B09A. Grayscale: #7B7B7B. Windows color (decimal): -2338971 or 6639580. OLE color: 6639580.

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

Color convert

RGB22079101-
CMYK00.640.540.14
HSL350.64º66.82%58.63%-
HSV(B)350.64º64.09%86.27%-
XYZ34.6621.7514.68-
YUV123.67115.21196.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=55%
G=19.75%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207910100.640.540.14350.6466.8258.63
HexDC4F6504036E15f433b
Octal3341171450100661653710373
Binary11011100100111111001010100000011011011101010111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4F65; }

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

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

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

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

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

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

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

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