#D64F69

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

Shades of Cabaret #D64F69

Tints of Cabaret #D64F69

Color information

#D64F69 (or 0xD64F69) is unknown color: approx Cabaret. HEX triplet: D6, 4F and 69. RGB value is (214,79,105). Sum of RGB (Red+Green+Blue) = 214+79+105=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F69 is #29B096. Grayscale: #7A7A7A. Windows color (decimal): -2732183 or 6901718. OLE color: 6901718.

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

Color convert

RGB21479105-
CMYK00.630.510.16
HSL348.44º62.21%57.45%-
HSV(B)348.44º63.08%83.92%-
XYZ33.0820.9115.66-
YUV122.33118.23193.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 79 (31.25% from 255) = 19.85%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=53.77%
G=19.85%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147910500.630.510.16348.4462.2157.45
HexD64F6903F331015c3e39
Octal32611715107763205347671
Binary1101011010011111101001011111111001110000101011100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F69; }

 p { color: rgb(214,79,105); }

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

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

 a { background-color: rgb(214,79,105); }

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

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

 span { border-color: rgb(214,79,105); }

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