#D04F63

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

Shades of Cabaret #D04F63

Tints of Cabaret #D04F63

Color information

#D04F63 (or 0xD04F63) is unknown color: approx Cabaret. HEX triplet: D0, 4F and 63. RGB value is (208,79,99). Sum of RGB (Red+Green+Blue) = 208+79+99=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F63 is #2FB09C. Grayscale: #777777. Windows color (decimal): -3125405 or 6508496. OLE color: 6508496.

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

Color convert

RGB2087999-
CMYK00.620.520.18
HSL350.7º57.85%56.27%-
HSV(B)350.7º62.02%81.57%-
XYZ31.0619.914.01-
YUV119.85116.24190.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.89%
GREEN value IS 79 (31.25% from 255) = 20.47%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=53.89%
G=20.47%
B=25.65%

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
Decimal208799900.620.520.18350.757.8556.27
HexD04F6303E341215f3a38
Octal32011714307664225377270
Binary1101000010011111100011011111011010010010101011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F63; }

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

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

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

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

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

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

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

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