#D04A6D

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

Shades of Cabaret #D04A6D

Tints of Cabaret #D04A6D

Color information

#D04A6D (or 0xD04A6D) is unknown color: approx Cabaret. HEX triplet: D0, 4A and 6D. RGB value is (208,74,109). Sum of RGB (Red+Green+Blue) = 208+74+109=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A6D is #2FB592. Grayscale: #767676. Windows color (decimal): -3126675 or 7162576. OLE color: 7162576.

HSL color Cylindrical-coordinate representation of color #D04A6D: hue angle of 344.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A6D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB20874109-
CMYK00.640.480.18
HSL344.33º58.77%55.29%-
HSV(B)344.33º64.42%81.57%-
XYZ31.2219.4116.57-
YUV118.06122.89192.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=53.20%
G=18.93%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087410900.640.480.18344.3358.7755.29
HexD04A6D04030121583b37
Octal320112155010060225307367
Binary11010000100101011011010100000011000010010101011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04A6D; }

 p { color: rgb(208,74,109); }

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

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

 a { background-color: rgb(208,74,109); }

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

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

 span { border-color: rgb(208,74,109); }

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