#D64D68

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

Shades of Cabaret #D64D68

Tints of Cabaret #D64D68

Color information

#D64D68 (or 0xD64D68) is unknown color: approx Cabaret. HEX triplet: D6, 4D and 68. RGB value is (214,77,104). Sum of RGB (Red+Green+Blue) = 214+77+104=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D68 is #29B297. Grayscale: #797979. Windows color (decimal): -2732696 or 6835670. OLE color: 6835670.

HSL color Cylindrical-coordinate representation of color #D64D68: hue angle of 348.18º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64D68 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB21477104-
CMYK00.640.510.16
HSL348.18º62.56%57.06%-
HSV(B)348.18º64.02%83.92%-
XYZ32.8820.615.34-
YUV121.04118.39194.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=54.18%
G=19.49%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147710400.640.510.16348.1862.5657.06
HexD64D68040331015c3f39
Octal326115150010063205347771
Binary11010110100110111010000100000011001110000101011100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64D68; }

 p { color: rgb(214,77,104); }

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

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

 a { background-color: rgb(214,77,104); }

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

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

 span { border-color: rgb(214,77,104); }

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