#D45F6C

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

Shades of Cabaret #D45F6C

Tints of Cabaret #D45F6C

Color information

#D45F6C (or 0xD45F6C) is unknown color: approx Cabaret. HEX triplet: D4, 5F and 6C. RGB value is (212,95,108). Sum of RGB (Red+Green+Blue) = 212+95+108=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F6C is #2BA093. Grayscale: #838383. Windows color (decimal): -2859156 or 7102420. OLE color: 7102420.

HSL color Cylindrical-coordinate representation of color #D45F6C: hue angle of 353.33º 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 #D45F6C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB21295108-
CMYK00.550.490.17
HSL353.33º57.64%60.2%-
HSV(B)353.33º55.19%83.14%-
XYZ33.9523.2616.89-
YUV131.46114.76185.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.08%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=51.08%
G=22.89%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129510800.550.490.17353.3357.6460.2
HexD45F6C03731111613a3c
Octal32413715406761215417274
Binary1101010010111111101100011011111000110001101100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45F6C; }

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

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

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

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

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

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

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

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