#D45F73

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

Shades of Cabaret #D45F73

Tints of Cabaret #D45F73

Color information

#D45F73 (or 0xD45F73) is unknown color: approx Cabaret. HEX triplet: D4, 5F and 73. RGB value is (212,95,115). Sum of RGB (Red+Green+Blue) = 212+95+115=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F73 is #2BA08C. Grayscale: #848484. Windows color (decimal): -2859149 or 7561172. OLE color: 7561172.

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

Color convert

RGB21295115-
CMYK00.550.460.17
HSL349.74º57.64%60.2%-
HSV(B)349.74º55.19%83.14%-
XYZ34.3423.4218.93-
YUV132.26118.26184.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.24%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=50.24%
G=22.51%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129511500.550.460.17349.7457.6460.2
HexD45F730372E1115e3a3c
Octal32413716306756215367274
Binary1101010010111111110011011011110111010001101011110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45F73; }

 p { color: rgb(212,95,115); }

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

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

 a { background-color: rgb(212,95,115); }

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

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

 span { border-color: rgb(212,95,115); }

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