#D04F64

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

Shades of Cabaret #D04F64

Tints of Cabaret #D04F64

Color information

#D04F64 (or 0xD04F64) is unknown color: approx Cabaret. HEX triplet: D0, 4F and 64. RGB value is (208,79,100). Sum of RGB (Red+Green+Blue) = 208+79+100=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F64 is #2FB09B. Grayscale: #787878. Windows color (decimal): -3125404 or 6574032. OLE color: 6574032.

HSL color Cylindrical-coordinate representation of color #D04F64: hue angle of 350.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F64 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20879100-
CMYK00.620.520.18
HSL350.23º57.85%56.27%-
HSV(B)350.23º62.02%81.57%-
XYZ31.1119.9214.26-
YUV119.96116.74190.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.75%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=53.75%
G=20.41%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087910000.620.520.18350.2357.8556.27
HexD04F6403E341215e3a38
Octal32011714407664225367270
Binary1101000010011111100100011111011010010010101011110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F64; }

 p { color: rgb(208,79,100); }

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

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

 a { background-color: rgb(208,79,100); }

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

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

 span { border-color: rgb(208,79,100); }

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