#DF4E65

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

Shades of Cabaret #DF4E65

Tints of Cabaret #DF4E65

Color information

#DF4E65 (or 0xDF4E65) is unknown color: approx Cabaret. HEX triplet: DF, 4E and 65. RGB value is (223,78,101). Sum of RGB (Red+Green+Blue) = 223+78+101=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4E65 is #20B19A. Grayscale: #7C7C7C. Windows color (decimal): -2142619 or 6639327. OLE color: 6639327.

HSL color Cylindrical-coordinate representation of color #DF4E65: hue angle of 350.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4E65 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22378101-
CMYK00.650.550.13
HSL350.48º69.38%59.02%-
HSV(B)350.48º65.02%87.45%-
XYZ35.522.0814.7-
YUV123.98115.04198.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.47%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=55.47%
G=19.40%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237810100.650.550.13350.4869.3859.02
HexDF4E6504137D15e453b
Octal3371161450101671553610573
Binary11011111100111011001010100000111011111011010111101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4E65; }

 p { color: rgb(223,78,101); }

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

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

 a { background-color: rgb(223,78,101); }

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

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

 span { border-color: rgb(223,78,101); }

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