#D84C65

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

Shades of Cabaret #D84C65

Tints of Cabaret #D84C65

Color information

#D84C65 (or 0xD84C65) is unknown color: approx Cabaret. HEX triplet: D8, 4C and 65. RGB value is (216,76,101). Sum of RGB (Red+Green+Blue) = 216+76+101=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C65 is #27B39A. Grayscale: #787878. Windows color (decimal): -2601883 or 6638808. OLE color: 6638808.

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

Color convert

RGB21676101-
CMYK00.650.530.15
HSL349.29º64.22%57.25%-
HSV(B)349.29º64.81%84.71%-
XYZ33.2520.7114.56-
YUV120.71116.88195.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.96%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=54.96%
G=19.34%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167610100.650.530.15349.2964.2257.25
HexD84C6504135F15d4039
Octal3301141450101651753510071
Binary11011000100110011001010100000111010111111010111011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C65; }

 p { color: rgb(216,76,101); }

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

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

 a { background-color: rgb(216,76,101); }

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

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

 span { border-color: rgb(216,76,101); }

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