#D1426F

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

Shades of Cabaret #D1426F

Tints of Cabaret #D1426F

Color information

#D1426F (or 0xD1426F) is unknown color: approx Cabaret. HEX triplet: D1, 42 and 6F. RGB value is (209,66,111). Sum of RGB (Red+Green+Blue) = 209+66+111=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1426F is #2EBD90. Grayscale: #717171. Windows color (decimal): -3063185 or 7291601. OLE color: 7291601.

HSL color Cylindrical-coordinate representation of color #D1426F: hue angle of 341.12º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1426F is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20966111-
CMYK00.680.470.18
HSL341.12º60.85%53.92%-
HSV(B)341.12º68.42%81.96%-
XYZ31.1118.616.99-
YUV113.89126.38195.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.15%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=54.15%
G=17.10%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096611100.680.470.18341.1260.8553.92
HexD1426F0442F121553d36
Octal321102157010457225257566
Binary11010001100001011011110100010010111110010101010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1426F; }

 p { color: rgb(209,66,111); }

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

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

 a { background-color: rgb(209,66,111); }

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

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

 span { border-color: rgb(209,66,111); }

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