#D1626F

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

Shades of Cabaret #D1626F

Tints of Cabaret #D1626F

Color information

#D1626F (or 0xD1626F) is unknown color: approx Cabaret. HEX triplet: D1, 62 and 6F. RGB value is (209,98,111). Sum of RGB (Red+Green+Blue) = 209+98+111=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1626F is #2E9D90. Grayscale: #848484. Windows color (decimal): -3054993 or 7299793. OLE color: 7299793.

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

Color convert

RGB20998111-
CMYK00.530.470.18
HSL352.97º54.68%60.2%-
HSV(B)352.97º53.11%81.96%-
XYZ33.5323.4417.8-
YUV132.67115.77182.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 23.44%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=50%
G=23.44%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099811100.530.470.18352.9754.6860.2
HexD1626F0352F12161373c
Octal32114215706557225416774
Binary1101000111000101101111011010110111110010101100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1626F; }

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

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

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

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

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

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

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

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