#D84463

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

Shades of Cabaret #D84463

Tints of Cabaret #D84463

Color information

#D84463 (or 0xD84463) is unknown color: approx Cabaret. HEX triplet: D8, 44 and 63. RGB value is (216,68,99). Sum of RGB (Red+Green+Blue) = 216+68+99=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D84463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84463 is #27BB9C. Grayscale: #737373. Windows color (decimal): -2603933 or 6505688. OLE color: 6505688.

HSL color Cylindrical-coordinate representation of color #D84463: hue angle of 347.43º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84463 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB2166899-
CMYK00.690.540.15
HSL347.43º65.49%55.69%-
HSV(B)347.43º68.52%84.71%-
XYZ32.6419.6313.87-
YUV115.79118.53199.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.40%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 99 (39.06% from 255) = 25.85%
R=56.40%
G=17.75%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216689900.690.540.15347.4365.4955.69
HexD8446304536F15b4138
Octal3301041430105661753310170
Binary11011000100010011000110100010111011011111010110111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84463; }

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

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

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

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

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

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

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

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