#D64461

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

Shades of Cabaret #D64461

Tints of Cabaret #D64461

Color information

#D64461 (or 0xD64461) is unknown color: approx Cabaret. HEX triplet: D6, 44 and 61. RGB value is (214,68,97). Sum of RGB (Red+Green+Blue) = 214+68+97=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D64461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64461 is #29BB9E. Grayscale: #727272. Windows color (decimal): -2735007 or 6374614. OLE color: 6374614.

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

Color convert

RGB2146897-
CMYK00.680.550.16
HSL348.08º64.04%55.29%-
HSV(B)348.08º68.22%83.92%-
XYZ31.9619.2913.35-
YUV114.96117.87198.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=56.46%
G=17.94%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214689700.680.550.16348.0864.0455.29
HexD64461044371015c4037
Octal3261041410104672053410067
Binary110101101000100110000101000100110111100001010111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64461; }

 p { color: rgb(214,68,97); }

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

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

 a { background-color: rgb(214,68,97); }

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

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

 span { border-color: rgb(214,68,97); }

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