#d64462

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

Shades of Cabaret #D64462

Tints of Cabaret #D64462

Color information

#D64462 (or 0xD64462) is unknown color: approx Cabaret. HEX triplet: D6, 44 and 62. RGB value is (214,68,98). Sum of RGB (Red+Green+Blue) = 214+68+98=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D64462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64462 is #29BB9D. Grayscale: #737373. Windows color (decimal): -2735006 or 6440150. OLE color: 6440150.

HSL color Cylindrical-coordinate representation of color #D64462: hue angle of 347.67º 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 #D64462 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB2146898-
CMYK00.680.540.16
HSL347.67º64.04%55.29%-
HSV(B)347.67º68.22%83.92%-
XYZ3219.3113.6-
YUV115.07118.37198.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.32%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=56.32%
G=17.89%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214689800.680.540.16347.6764.0455.29
HexD64462044361015c4037
Octal3261041420104662053410067
Binary110101101000100110001001000100110110100001010111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64462; }

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

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

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

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

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

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

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

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