#D84C6B

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

Shades of Cabaret #D84C6B

Tints of Cabaret #D84C6B

Color information

#D84C6B (or 0xD84C6B) is unknown color: approx Cabaret. HEX triplet: D8, 4C and 6B. RGB value is (216,76,107). Sum of RGB (Red+Green+Blue) = 216+76+107=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C6B is #27B394. Grayscale: #797979. Windows color (decimal): -2601877 or 7032024. OLE color: 7032024.

HSL color Cylindrical-coordinate representation of color #D84C6B: hue angle of 346.71º 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 #D84C6B is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21676107-
CMYK00.650.500.15
HSL346.71º64.22%57.25%-
HSV(B)346.71º64.81%84.71%-
XYZ33.5620.8316.16-
YUV121.39119.88195.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.14%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=54.14%
G=19.05%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167610700.650.500.15346.7164.2257.25
HexD84C6B04132F15b4039
Octal3301141530101621753310071
Binary11011000100110011010110100000111001011111010110111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C6B; }

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

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

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

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

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

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

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

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