#D75164

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

Shades of Cabaret #D75164

Tints of Cabaret #D75164

Color information

#D75164 (or 0xD75164) is unknown color: approx Cabaret. HEX triplet: D7, 51 and 64. RGB value is (215,81,100). Sum of RGB (Red+Green+Blue) = 215+81+100=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D75164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75164 is #28AE9B. Grayscale: #7B7B7B. Windows color (decimal): -2666140 or 6574551. OLE color: 6574551.

HSL color Cylindrical-coordinate representation of color #D75164: hue angle of 351.49º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75164 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21581100-
CMYK00.620.530.16
HSL351.49º62.62%58.04%-
HSV(B)351.49º62.33%84.31%-
XYZ33.2721.2514.41-
YUV123.23114.89193.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.29%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=54.29%
G=20.45%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158110000.620.530.16351.4962.6258.04
HexD7516403E351015f3f3a
Octal32712114407665205377772
Binary1101011110100011100100011111011010110000101011111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75164; }

 p { color: rgb(215,81,100); }

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

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

 a { background-color: rgb(215,81,100); }

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

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

 span { border-color: rgb(215,81,100); }

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