#D64967

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

Shades of Cabaret #D64967

Tints of Cabaret #D64967

Color information

#D64967 (or 0xD64967) is unknown color: approx Cabaret. HEX triplet: D6, 49 and 67. RGB value is (214,73,103). Sum of RGB (Red+Green+Blue) = 214+73+103=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D64967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64967 is #29B698. Grayscale: #767676. Windows color (decimal): -2733721 or 6769110. OLE color: 6769110.

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

Color convert

RGB21473103-
CMYK00.660.520.16
HSL347.23º63.23%56.27%-
HSV(B)347.23º65.89%83.92%-
XYZ32.5620.0414.98-
YUV118.58119.21196.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=54.87%
G=18.72%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147310300.660.520.16347.2363.2356.27
HexD64967042341015b3f38
Octal326111147010264205337770
Binary11010110100100111001110100001011010010000101011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64967; }

 p { color: rgb(214,73,103); }

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

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

 a { background-color: rgb(214,73,103); }

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

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

 span { border-color: rgb(214,73,103); }

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