#D4456C

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

Shades of Cabaret #D4456C

Tints of Cabaret #D4456C

Color information

#D4456C (or 0xD4456C) is unknown color: approx Cabaret. HEX triplet: D4, 45 and 6C. RGB value is (212,69,108). Sum of RGB (Red+Green+Blue) = 212+69+108=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4456C is #2BBA93. Grayscale: #747474. Windows color (decimal): -2865812 or 7095764. OLE color: 7095764.

HSL color Cylindrical-coordinate representation of color #D4456C: hue angle of 343.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4456C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB21269108-
CMYK00.670.490.17
HSL343.64º62.45%55.1%-
HSV(B)343.64º67.45%83.14%-
XYZ31.9919.3416.23-
YUV116.2123.38196.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.50%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=54.50%
G=17.74%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126910800.670.490.17343.6462.4555.1
HexD4456C04331111583e37
Octal324105154010361215307667
Binary11010100100010111011000100001111000110001101011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4456C; }

 p { color: rgb(212,69,108); }

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

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

 a { background-color: rgb(212,69,108); }

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

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

 span { border-color: rgb(212,69,108); }

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