#D04463

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

Shades of Cabaret #D04463

Tints of Cabaret #D04463

Color information

#D04463 (or 0xD04463) is unknown color: approx Cabaret. HEX triplet: D0, 44 and 63. RGB value is (208,68,99). Sum of RGB (Red+Green+Blue) = 208+68+99=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D04463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04463 is #2FBB9C. Grayscale: #717171. Windows color (decimal): -3128221 or 6505680. OLE color: 6505680.

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

Color convert

RGB2086899-
CMYK00.670.520.18
HSL346.71º59.83%54.12%-
HSV(B)346.71º67.31%81.57%-
XYZ30.3318.4413.77-
YUV113.39119.88195.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.47%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=55.47%
G=18.13%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208689900.670.520.18346.7159.8354.12
HexD04463043341215b3c36
Octal320104143010364225337466
Binary11010000100010011000110100001111010010010101011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04463; }

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

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

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

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

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

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

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

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